Skip to content

Commit

Permalink
Bump yarl to 1.13.0 (#126872)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Sep 27, 2024
1 parent 18fd00d commit 40e83dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ uv==0.4.15
voluptuous-openapi==0.0.5
voluptuous-serialize==2.6.0
voluptuous==0.15.2
yarl==1.12.1
yarl==1.13.0
zeroconf==0.135.0

# Constrain pycryptodome to avoid vulnerability
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies = [
"voluptuous==0.15.2",
"voluptuous-serialize==2.6.0",
"voluptuous-openapi==0.0.5",
"yarl==1.12.1",
"yarl==1.13.0",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ uv==0.4.15
voluptuous==0.15.2
voluptuous-serialize==2.6.0
voluptuous-openapi==0.0.5
yarl==1.12.1
yarl==1.13.0

0 comments on commit 40e83dd

Please sign in to comment.