From eb20b611ffa56e0b6d07c8e7023ddba24dca6cb0 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Wed, 6 Mar 2024 09:22:03 -0700 Subject: [PATCH] Upgrade pyopenssl to 24.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0130fd0..2f642dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ pluggy==1.0.0 pycodestyle==2.10.0 pycparser==2.21 pyOpenSSL==19.1.0; platform_machine == 'armv7l' -pyOpenSSL==23.2.0; platform_machine != 'armv7l' +pyOpenSSL==24.0.0; platform_machine != 'armv7l' pyparsing==3.0.9 PySocks==1.7.1 pytest==7.2.1