From 27cf457dd74cac88e251cc55fb44e44e1d069372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:30:13 +0000 Subject: [PATCH] Bump cryptography from 36.0.2 to 41.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.2 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/36.0.2...41.0.3) --- 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..e419d3860 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.3 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.*',