1
0
mirror of https://github.com/home-assistant/core synced 2024-07-05 17:29:15 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ sqlalchemy==1.4.27
typing-extensions>=3.10.0.2,<5.0
voluptuous-serialize==2.5.0
voluptuous==0.12.2
yarl==1.6.3
yarl==1.7.2
zeroconf==0.38.1
# Constrain pycryptodome to avoid vulnerability

View File

@ -23,4 +23,4 @@ requests==2.27.1
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

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