diff --git a/requirements.txt b/requirements.txt index 2807fd0..10d5060 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.0 +cryptography==41.0.3 pyOpenSSL==23.2.0 enum34==1.1.6 ipaddress==1.0.22 diff --git a/setup.py b/setup.py index 704a0b4..d46d608 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.0', + 'cryptography==41.0.3', 'pyOpenSSL==23.2.0', 'enum34==1.1.6', 'ipaddress==1.0.22',