diff --git a/requirements.txt b/requirements.txt index 84caba9..35c5367 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,6 +19,6 @@ prettytable==0.7.2 pycparser==2.10 uwsgi==2.0.22 cryptography==42.0.2 -pyOpenSSL==23.2.0 +pyOpenSSL==24.0.0 enum34==1.1.6 ipaddress==1.0.22 diff --git a/setup.py b/setup.py index 9536a23..e314d1b 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ 'pycparser==2.10', 'uwsgi==2.0.22', 'cryptography==42.0.2', - 'pyOpenSSL==23.2.0', + 'pyOpenSSL==24.0.0', 'enum34==1.1.6', 'ipaddress==1.0.22', ],