mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Update cryptography to 42.0.2 (#109359)
This commit is contained in:
parent
effd5b8ddd
commit
c868b79b5a
@ -19,7 +19,7 @@ bluetooth-data-tools==1.19.0
|
||||
cached_ipaddress==0.3.0
|
||||
certifi>=2021.5.30
|
||||
ciso8601==2.3.0
|
||||
cryptography==42.0.1
|
||||
cryptography==42.0.2
|
||||
dbus-fast==2.21.1
|
||||
fnv-hash-fast==0.5.0
|
||||
ha-av==10.1.1
|
||||
|
@ -43,7 +43,7 @@ dependencies = [
|
||||
"lru-dict==1.3.0",
|
||||
"PyJWT==2.8.0",
|
||||
# PyJWT has loose dependency. We want the latest one.
|
||||
"cryptography==42.0.1",
|
||||
"cryptography==42.0.2",
|
||||
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
|
||||
"pyOpenSSL==24.0.0",
|
||||
"orjson==3.9.12",
|
||||
|
@ -20,7 +20,7 @@ ifaddr==0.2.0
|
||||
Jinja2==3.1.3
|
||||
lru-dict==1.3.0
|
||||
PyJWT==2.8.0
|
||||
cryptography==42.0.1
|
||||
cryptography==42.0.2
|
||||
pyOpenSSL==24.0.0
|
||||
orjson==3.9.12
|
||||
packaging>=23.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user