Update cryptography to 43.0.1 (#126628)

This commit is contained in:
Marc Mueller 2024-09-24 14:59:41 +02:00 committed by GitHub
parent 9daf1b062f
commit f699a69e83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ bluetooth-data-tools==1.20.0
cached-ipaddress==0.6.0 cached-ipaddress==0.6.0
certifi>=2021.5.30 certifi>=2021.5.30
ciso8601==2.3.1 ciso8601==2.3.1
cryptography==43.0.0 cryptography==43.0.1
dbus-fast==2.24.0 dbus-fast==2.24.0
fnv-hash-fast==1.0.2 fnv-hash-fast==1.0.2
ha-av==10.1.1 ha-av==10.1.1

View File

@ -52,7 +52,7 @@ dependencies = [
"lru-dict==1.3.0", "lru-dict==1.3.0",
"PyJWT==2.9.0", "PyJWT==2.9.0",
# PyJWT has loose dependency. We want the latest one. # PyJWT has loose dependency. We want the latest one.
"cryptography==43.0.0", "cryptography==43.0.1",
"Pillow==10.4.0", "Pillow==10.4.0",
"pyOpenSSL==24.2.1", "pyOpenSSL==24.2.1",
"orjson==3.10.7", "orjson==3.10.7",

View File

@ -25,7 +25,7 @@ ifaddr==0.2.0
Jinja2==3.1.4 Jinja2==3.1.4
lru-dict==1.3.0 lru-dict==1.3.0
PyJWT==2.9.0 PyJWT==2.9.0
cryptography==43.0.0 cryptography==43.0.1
Pillow==10.4.0 Pillow==10.4.0
pyOpenSSL==24.2.1 pyOpenSSL==24.2.1
orjson==3.10.7 orjson==3.10.7