Explorar o código

Bump cryptography to fix compat with pyOpenSSL (#200)

J. Nick Koston hai 1 ano
pai
achega
663cc0f35c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      setup.py

+ 2 - 1
setup.py

@@ -7,7 +7,8 @@ setup(
         "async_timeout>=4.0.1",
         "bleak>=0.20.0",
         "bleak-retry-connector>=2.9.0",
-        "cryptography>=38.0.3",
+        "cryptography>=39.0.0",
+        "pyOpenSSL>=23.0.0",
         "boto3>=1.20.24",
         "requests>=2.28.1",
     ],