From 6e6477705f014570448af2f72c2fae0cd267944e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:35:24 +0000 Subject: [PATCH] Bump cryptography from 36.0.2 to 41.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.2 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/36.0.2...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7297d2f46..3fe1e7820 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ certifi==2022.12.7 cffi==1.15.1 charset-normalizer==2.0.12 click==8.0.4 -cryptography==36.0.2 +cryptography==41.0.4 dataclasses==0.8 deepdiff==4.3.2 defusedxml==0.7.1 diff --git a/setup.py b/setup.py index 3d192fba8..c76c11e67 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def get_files(install_prefix, directory): "Operating System :: POSIX :: Linux", ), install_requires=[ - 'cryptography==36.*', + 'cryptography>=36,<42', 'deepdiff==4.*', 'dj-rest-auth==2.2.*', 'django-tenants==3.4.*',