Update cryptography to 40.0.5 (#103624)

This commit is contained in:
Franck Nijhof 2023-11-08 01:10:41 +01:00 committed by GitHub
parent 780e6c06ec
commit 2b12a95607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ bluetooth-auto-recovery==1.2.3
bluetooth-data-tools==1.14.0 bluetooth-data-tools==1.14.0
certifi>=2021.5.30 certifi>=2021.5.30
ciso8601==2.3.0 ciso8601==2.3.0
cryptography==41.0.4 cryptography==41.0.5
dbus-fast==2.12.0 dbus-fast==2.12.0
fnv-hash-fast==0.5.0 fnv-hash-fast==0.5.0
ha-av==10.1.1 ha-av==10.1.1

View File

@ -43,7 +43,7 @@ dependencies = [
"lru-dict==1.2.0", "lru-dict==1.2.0",
"PyJWT==2.8.0", "PyJWT==2.8.0",
# PyJWT has loose dependency. We want the latest one. # PyJWT has loose dependency. We want the latest one.
"cryptography==41.0.4", "cryptography==41.0.5",
# pyOpenSSL 23.2.0 is required to work with cryptography 41+ # pyOpenSSL 23.2.0 is required to work with cryptography 41+
"pyOpenSSL==23.2.0", "pyOpenSSL==23.2.0",
"orjson==3.9.9", "orjson==3.9.9",

View File

@ -18,7 +18,7 @@ ifaddr==0.2.0
Jinja2==3.1.2 Jinja2==3.1.2
lru-dict==1.2.0 lru-dict==1.2.0
PyJWT==2.8.0 PyJWT==2.8.0
cryptography==41.0.4 cryptography==41.0.5
pyOpenSSL==23.2.0 pyOpenSSL==23.2.0
orjson==3.9.9 orjson==3.9.9
packaging>=23.1 packaging>=23.1