Pin yarl dependency to 1.4.2 as core dependency (#38428)

pull/38439/head
Franck Nijhof 2020-07-31 22:06:02 +02:00 committed by GitHub
parent 476235a259
commit f4c0dc99c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@ ruamel.yaml==0.15.100
sqlalchemy==1.3.18
voluptuous-serialize==2.4.0
voluptuous==0.11.7
yarl==1.4.2
zeroconf==0.28.0
pycryptodome>=3.6.6

View File

@ -20,3 +20,4 @@ requests==2.24.0
ruamel.yaml==0.15.100
voluptuous==0.11.7
voluptuous-serialize==2.4.0
yarl==1.4.2

View File

@ -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))