Update pyOpenSSL to 24.1.0 (#114165)

This commit is contained in:
Marc Mueller 2024-03-25 11:15:47 +01:00 committed by GitHub
parent ace21c876c
commit 18bb33e2d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 4 deletions

View File

@ -45,7 +45,7 @@ pip>=21.3.1
psutil-home-assistant==0.0.1
PyJWT==2.8.0
PyNaCl==1.5.0
pyOpenSSL==24.0.0
pyOpenSSL==24.1.0
pyserial==3.5
python-slugify==8.0.4
PyTurboJPEG==1.7.1

View File

@ -50,8 +50,7 @@ dependencies = [
# PyJWT has loose dependency. We want the latest one.
"cryptography==42.0.5",
"Pillow==10.2.0",
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
"pyOpenSSL==24.0.0",
"pyOpenSSL==24.1.0",
"orjson==3.9.15",
"packaging>=23.1",
"pip>=21.3.1",

View File

@ -25,7 +25,7 @@ lru-dict==1.3.0
PyJWT==2.8.0
cryptography==42.0.5
Pillow==10.2.0
pyOpenSSL==24.0.0
pyOpenSSL==24.1.0
orjson==3.9.15
packaging>=23.1
pip>=21.3.1