mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Pin pyOpenSSL to 22.0.0 (#79066)
This commit is contained in:
parent
217ea5e676
commit
04d4483998
@ -132,3 +132,6 @@ iso4217!=1.10.20220401
|
|||||||
|
|
||||||
# Pandas 1.4.4 has issues with wheels om armhf + Py3.10
|
# Pandas 1.4.4 has issues with wheels om armhf + Py3.10
|
||||||
pandas==1.4.3
|
pandas==1.4.3
|
||||||
|
|
||||||
|
# pyopenssl 22.1.0 requires pycryptography > 38 and we have 37
|
||||||
|
pyopenssl==22.0.0
|
||||||
|
@ -142,6 +142,9 @@ iso4217!=1.10.20220401
|
|||||||
|
|
||||||
# Pandas 1.4.4 has issues with wheels om armhf + Py3.10
|
# Pandas 1.4.4 has issues with wheels om armhf + Py3.10
|
||||||
pandas==1.4.3
|
pandas==1.4.3
|
||||||
|
|
||||||
|
# pyopenssl 22.1.0 requires pycryptography > 38 and we have 37
|
||||||
|
pyopenssl==22.0.0
|
||||||
"""
|
"""
|
||||||
|
|
||||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user