Pin yarl dependency to 1.4.2 as core dependency (#38428)
This commit is contained in:
parent
476235a259
commit
f4c0dc99c2
3 changed files with 3 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -52,6 +52,7 @@ REQUIRES = [
|
|||
"ruamel.yaml==0.15.100",
|
||||
"voluptuous==0.11.7",
|
||||
"voluptuous-serialize==2.4.0",
|
||||
"yarl==1.4.2",
|
||||
]
|
||||
|
||||
MIN_PY_VERSION = ".".join(map(str, hass_const.REQUIRED_PYTHON_VER))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue