Procházet zdrojové kódy

Bump cryptography to fix compat with pyOpenSSL (#200)

J. Nick Koston před 1 rokem
rodič
revize
663cc0f35c
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      setup.py

+ 2 - 1
setup.py

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