Upgrade yarl to 1.7.2 (#64009)

This commit is contained in:
Marc Mueller
2022-01-13 01:07:11 +01:00
committed by GitHub
parent 1dfb929986
commit c7e05cb44a
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ REQUIRES = [
"typing-extensions>=3.10.0.2,<5.0",
"voluptuous==0.12.2",
"voluptuous-serialize==2.5.0",
"yarl==1.6.3",
"yarl==1.7.2",
]
MIN_PY_VERSION = ".".join(map(str, hass_const.REQUIRED_PYTHON_VER))