Update yarl to 1.8.1 (#78866)

This commit is contained in:
Franck Nijhof 2022-09-21 13:59:42 +02:00 committed by GitHub
parent 166160e2b5
commit a81bb10ff9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ sqlalchemy==1.4.41
typing-extensions>=3.10.0.2,<5.0
voluptuous-serialize==2.5.0
voluptuous==0.13.1
yarl==1.7.2
yarl==1.8.1
zeroconf==0.39.1
# Constrain pycryptodome to avoid vulnerability

View file

@ -51,7 +51,7 @@ dependencies = [
"typing-extensions>=3.10.0.2,<5.0",
"voluptuous==0.13.1",
"voluptuous-serialize==2.5.0",
"yarl==1.7.2",
"yarl==1.8.1",
]
[project.urls]

View file

@ -25,4 +25,4 @@ requests==2.28.1
typing-extensions>=3.10.0.2,<5.0
voluptuous==0.13.1
voluptuous-serialize==2.5.0
yarl==1.7.2
yarl==1.8.1