mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Pin yarl dependency to 1.4.2 as core dependency (#38428)
This commit is contained in:
parent
476235a259
commit
f4c0dc99c2
@ -27,6 +27,7 @@ ruamel.yaml==0.15.100
|
|||||||
sqlalchemy==1.3.18
|
sqlalchemy==1.3.18
|
||||||
voluptuous-serialize==2.4.0
|
voluptuous-serialize==2.4.0
|
||||||
voluptuous==0.11.7
|
voluptuous==0.11.7
|
||||||
|
yarl==1.4.2
|
||||||
zeroconf==0.28.0
|
zeroconf==0.28.0
|
||||||
|
|
||||||
pycryptodome>=3.6.6
|
pycryptodome>=3.6.6
|
||||||
|
@ -20,3 +20,4 @@ requests==2.24.0
|
|||||||
ruamel.yaml==0.15.100
|
ruamel.yaml==0.15.100
|
||||||
voluptuous==0.11.7
|
voluptuous==0.11.7
|
||||||
voluptuous-serialize==2.4.0
|
voluptuous-serialize==2.4.0
|
||||||
|
yarl==1.4.2
|
||||||
|
1
setup.py
1
setup.py
@ -52,6 +52,7 @@ REQUIRES = [
|
|||||||
"ruamel.yaml==0.15.100",
|
"ruamel.yaml==0.15.100",
|
||||||
"voluptuous==0.11.7",
|
"voluptuous==0.11.7",
|
||||||
"voluptuous-serialize==2.4.0",
|
"voluptuous-serialize==2.4.0",
|
||||||
|
"yarl==1.4.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
MIN_PY_VERSION = ".".join(map(str, hass_const.REQUIRED_PYTHON_VER))
|
MIN_PY_VERSION = ".".join(map(str, hass_const.REQUIRED_PYTHON_VER))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user