Ver Fonte

Bump cryptography to fix compat with pyOpenSSL (#200)

J. Nick Koston há 1 ano atrás
pai
commit
663cc0f35c
1 ficheiros alterados com 2 adições e 1 exclusões
  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",
     ],