diff --git a/modules/test/tls/python/requirements.txt b/modules/test/tls/python/requirements.txt index 846a224f3..e03b1f45a 100644 --- a/modules/test/tls/python/requirements.txt +++ b/modules/test/tls/python/requirements.txt @@ -1,5 +1,5 @@ -cryptography==38.0.0 # Do not upgrade until TLS module can be fixed to account for removed x509 property in version 39 -pyOpenSSL==23.0.0 +cryptography==43.0.1 +pyOpenSSL==24.2.1 lxml==5.1.0 # Requirement of pyshark but if upgraded automatically above 5.1 will cause a python crash pyshark==0.6 requests==2.32.3