From a8c5b4f23c8c12fa901b15cab02fac479520fc9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 07:13:06 +0000 Subject: [PATCH] DEP(deps): Update pycryptodome requirement from ~=3.19 to ~=3.20 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.19.0...v3.20.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 1f48bb7..3e5249a 100644 --- a/requeriments.txt +++ b/requeriments.txt @@ -2,6 +2,6 @@ pytest requests~=2.31.0 six>=1.16,<2 cachetools~=5.3.2 -pycryptodome~=3.19 +pycryptodome~=3.20 pytz~=2023.4 confuse~=2.0.1 \ No newline at end of file diff --git a/setup.py b/setup.py index f68b969..0850385 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ "requests>=2.27.1,<2.32.0", "six~=1.16.0", "cachetools>=5.0,<5.4", - "pycryptodome>=3.13,<3.20", + "pycryptodome>=3.13,<3.21", "pytz>=2021.3,<2024.0", "confuse>=1.7,<2.1", ],