diff --git a/requirements.txt b/requirements.txt index 0f7890e..67b2da8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ itsdangerous==2.1.2 prettytable==0.7.2 pycparser==2.10 uwsgi==2.0.18 -cryptography==41.0.0 +cryptography==41.0.2 pyOpenSSL==23.2.0 enum34==1.1.6 ipaddress==1.0.22 diff --git a/setup.py b/setup.py index 291f73a..54621ac 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ 'prettytable==0.7.2', 'pycparser==2.10', 'uwsgi==2.0.18', - 'cryptography==41.0.0', + 'cryptography==41.0.2', 'pyOpenSSL==23.2.0', 'enum34==1.1.6', 'ipaddress==1.0.22',