From a323738d02d158e42f077faa48149ff1dfb140e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:17:05 +0000 Subject: [PATCH] DEP(deps): Update pycryptodome requirement from ~=3.20 to ~=3.21 Updates the requirements on [pycryptodome](https://github.com/Legrandin/pycryptodome) to permit the latest version. - [Release notes](https://github.com/Legrandin/pycryptodome/releases) - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst) - [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.20.0...v3.21.0) --- updated-dependencies: - dependency-name: pycryptodome dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requeriments.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requeriments.txt b/requeriments.txt index d087d60..61921a5 100644 --- a/requeriments.txt +++ b/requeriments.txt @@ -2,6 +2,6 @@ pytest requests~=2.32.3 six>=1.16,<2 cachetools~=5.5.0 -pycryptodome~=3.20 +pycryptodome~=3.21 pytz~=2024.2 confuse~=2.0.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 5294d26..75da4fe 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ "requests>=2.27.1,<2.33.0", "six~=1.16.0", "cachetools>=5.0,<5.6", - "pycryptodome>=3.13,<3.21", + "pycryptodome>=3.13,<3.22", "pytz>=2021.3,<2025.0", "confuse>=1.7,<2.1", ],