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.*',