diff --git a/requirements.txt b/requirements.txt index ebedfcc94..6d2439452 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==39.0.1 dataclasses==0.8 deepdiff==4.3.2 defusedxml==0.7.1 diff --git a/setup.py b/setup.py index 9ee231ada..472324516 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,<40', 'deepdiff==4.*', 'dj-rest-auth==2.2.*', 'django-tenants==3.4.*',