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

This commit is contained in:
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

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