From b9dc0a29e8b57c607805ff6677a8078a132b3f7f Mon Sep 17 00:00:00 2001 From: magicrobotmonkey Date: Sun, 20 Aug 2023 21:13:39 -0500 Subject: [PATCH] pyOpenSSL/cryptography upgrade (#61) bump pyOpenSSL version to 23.2.0, which bumps cryptography version to 41.0.x which fixes CVE-2023-2650 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 76edb93..e4d55b8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ install_requires = [ "asn1crypto==1.5.1", "oscrypto==1.3.0", - "pyOpenSSL==23.0.0", + "pyOpenSSL==23.2.0", ] tests_require = [