From 072982eb892a4ff64a2a7de808b6c6120448fa6c Mon Sep 17 00:00:00 2001 From: Jacob Boddey Date: Thu, 5 Sep 2024 20:46:21 +0100 Subject: [PATCH] Update cryptography dependency --- modules/test/tls/python/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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