mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 11:17:53 +00:00
Bump yarl to 1.12.0 (#126576)
This is a prereq for aiohttp 3.10.6 which has some fixes that need yarl 1.12.0+
This commit is contained in:
parent
dbf080194b
commit
d26c449d87
@ -63,7 +63,7 @@ uv==0.4.12
|
|||||||
voluptuous-openapi==0.0.5
|
voluptuous-openapi==0.0.5
|
||||||
voluptuous-serialize==2.6.0
|
voluptuous-serialize==2.6.0
|
||||||
voluptuous==0.15.2
|
voluptuous==0.15.2
|
||||||
yarl==1.11.1
|
yarl==1.12.0
|
||||||
zeroconf==0.134.0
|
zeroconf==0.134.0
|
||||||
|
|
||||||
# Constrain pycryptodome to avoid vulnerability
|
# Constrain pycryptodome to avoid vulnerability
|
||||||
|
@ -72,7 +72,7 @@ dependencies = [
|
|||||||
"voluptuous==0.15.2",
|
"voluptuous==0.15.2",
|
||||||
"voluptuous-serialize==2.6.0",
|
"voluptuous-serialize==2.6.0",
|
||||||
"voluptuous-openapi==0.0.5",
|
"voluptuous-openapi==0.0.5",
|
||||||
"yarl==1.11.1",
|
"yarl==1.12.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
@ -42,4 +42,4 @@ uv==0.4.12
|
|||||||
voluptuous==0.15.2
|
voluptuous==0.15.2
|
||||||
voluptuous-serialize==2.6.0
|
voluptuous-serialize==2.6.0
|
||||||
voluptuous-openapi==0.0.5
|
voluptuous-openapi==0.0.5
|
||||||
yarl==1.11.1
|
yarl==1.12.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user