diff --git a/requirements.txt b/requirements.txt index 21e6a3f..89778fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ charset-normalizer==3.3.1 ; python_version >= "3.9" and python_version < "4.0" click==8.1.7 ; python_version >= "3.9" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" coverage[toml]==7.3.2 ; python_version >= "3.9" and python_version < "4.0" -cryptography==41.0.5 ; python_version >= "3.9" and python_version < "4.0" +cryptography==44.0.1 ; python_version >= "3.9" and python_version < "4.0" dill==0.3.7 ; python_version >= "3.9" and python_version < "4.0" exceptiongroup==1.1.3 ; python_version >= "3.9" and python_version < "3.11" frozenlist==1.4.0 ; python_version >= "3.9" and python_version < "4.0" diff --git a/setup.py b/setup.py index 953e85b..37646ff 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'openai>=0.27.6', 'tiktoken>=0.2,<0.6', 'colorama>=0.4.6', - 'cryptography>=40.0.2,<42.0.0', + 'cryptography>=40.0.2,<45.0.0', 'click>=8.1.3', 'prompt-toolkit>=3.0.38', 'yaspin>=2.3.0',