Skip to content

Commit

Permalink
Pin pyOpenSSL to 21.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Sep 25, 2022
1 parent bfd1273 commit 407f767
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,6 @@ iso4217!=1.10.20220401

# Pandas 1.4.4 has issues with wheels om armhf + Py3.10
pandas==1.4.3

# pyopenssl 22.1.0 requires pycryptography > 38 and we have 37
pyopenssl==22.1.0
3 changes: 3 additions & 0 deletions script/gen_requirements_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@
# Pandas 1.4.4 has issues with wheels om armhf + Py3.10
pandas==1.4.3
# pyopenssl 22.1.0 requires pycryptography > 38 and we have 37
pyopenssl==22.1.0
"""

IGNORE_PRE_COMMIT_HOOK_ID = (
Expand Down

0 comments on commit 407f767

Please sign in to comment.