diff --git a/requirements.txt b/requirements.txt index 10d5060..e6ca0cc 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.22 -cryptography==41.0.3 +cryptography==41.0.4 pyOpenSSL==23.2.0 enum34==1.1.6 ipaddress==1.0.22 diff --git a/setup.py b/setup.py index d46d608..69b4c20 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ 'prettytable==0.7.2', 'pycparser==2.10', 'uwsgi==2.0.22', - 'cryptography==41.0.3', + 'cryptography==41.0.4', 'pyOpenSSL==23.2.0', 'enum34==1.1.6', 'ipaddress==1.0.22',