Skip to content

Commit

Permalink
Update pyOpenSSL to 24.1.0 (home-assistant#114165)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Mar 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ace21c8 commit 18bb33e
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
@@ -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
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 18bb33e

Please sign in to comment.