mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Update cryptography to 43.0.1 (#126628)
This commit is contained in:
parent
9daf1b062f
commit
f699a69e83
@ -23,7 +23,7 @@ bluetooth-data-tools==1.20.0
|
||||
cached-ipaddress==0.6.0
|
||||
certifi>=2021.5.30
|
||||
ciso8601==2.3.1
|
||||
cryptography==43.0.0
|
||||
cryptography==43.0.1
|
||||
dbus-fast==2.24.0
|
||||
fnv-hash-fast==1.0.2
|
||||
ha-av==10.1.1
|
||||
|
@ -52,7 +52,7 @@ dependencies = [
|
||||
"lru-dict==1.3.0",
|
||||
"PyJWT==2.9.0",
|
||||
# PyJWT has loose dependency. We want the latest one.
|
||||
"cryptography==43.0.0",
|
||||
"cryptography==43.0.1",
|
||||
"Pillow==10.4.0",
|
||||
"pyOpenSSL==24.2.1",
|
||||
"orjson==3.10.7",
|
||||
|
@ -25,7 +25,7 @@ ifaddr==0.2.0
|
||||
Jinja2==3.1.4
|
||||
lru-dict==1.3.0
|
||||
PyJWT==2.9.0
|
||||
cryptography==43.0.0
|
||||
cryptography==43.0.1
|
||||
Pillow==10.4.0
|
||||
pyOpenSSL==24.2.1
|
||||
orjson==3.10.7
|
||||
|
Loading…
x
Reference in New Issue
Block a user