mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Update pyOpenSSL to 24.1.0 (#114165)
This commit is contained in:
parent
ace21c876c
commit
18bb33e2d7
@ -45,7 +45,7 @@ pip>=21.3.1
|
|||||||
psutil-home-assistant==0.0.1
|
psutil-home-assistant==0.0.1
|
||||||
PyJWT==2.8.0
|
PyJWT==2.8.0
|
||||||
PyNaCl==1.5.0
|
PyNaCl==1.5.0
|
||||||
pyOpenSSL==24.0.0
|
pyOpenSSL==24.1.0
|
||||||
pyserial==3.5
|
pyserial==3.5
|
||||||
python-slugify==8.0.4
|
python-slugify==8.0.4
|
||||||
PyTurboJPEG==1.7.1
|
PyTurboJPEG==1.7.1
|
||||||
|
@ -50,8 +50,7 @@ dependencies = [
|
|||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
"cryptography==42.0.5",
|
"cryptography==42.0.5",
|
||||||
"Pillow==10.2.0",
|
"Pillow==10.2.0",
|
||||||
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
|
"pyOpenSSL==24.1.0",
|
||||||
"pyOpenSSL==24.0.0",
|
|
||||||
"orjson==3.9.15",
|
"orjson==3.9.15",
|
||||||
"packaging>=23.1",
|
"packaging>=23.1",
|
||||||
"pip>=21.3.1",
|
"pip>=21.3.1",
|
||||||
|
@ -25,7 +25,7 @@ lru-dict==1.3.0
|
|||||||
PyJWT==2.8.0
|
PyJWT==2.8.0
|
||||||
cryptography==42.0.5
|
cryptography==42.0.5
|
||||||
Pillow==10.2.0
|
Pillow==10.2.0
|
||||||
pyOpenSSL==24.0.0
|
pyOpenSSL==24.1.0
|
||||||
orjson==3.9.15
|
orjson==3.9.15
|
||||||
packaging>=23.1
|
packaging>=23.1
|
||||||
pip>=21.3.1
|
pip>=21.3.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user