Explorar el Código

Bump cryptography to fix compat with pyOpenSSL (#200)

J. Nick Koston hace 1 año
padre
commit
663cc0f35c
Se han modificado 1 ficheros con 2 adiciones y 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",
     ],