From e06c3d68cb7a24e8a1b63f72b8db334e1410097b Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Fri, 27 Nov 2020 23:41:05 +0100 Subject: [PATCH] update pyOpenSSL --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e02bd4b8c..ff009188a 100644 --- a/setup.py +++ b/setup.py @@ -83,7 +83,7 @@ setup( "passlib>=1.6.5, <1.8", "protobuf>=3.6.0, <3.14", "pyasn1>=0.3.1,<0.5", - "pyOpenSSL>=19.1.0,<19.2", + "pyOpenSSL>=20.0,<20.1", "pyparsing>=2.4.2,<2.5", "pyperclip>=1.6.0,<1.9", "ruamel.yaml>=0.16,<0.17",