Skip to content

Commit

Permalink
Bump yarl to 1.15.4 (#128536)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 17, 2024
1 parent f6270d9 commit 006d511
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 @@ -64,7 +64,7 @@ uv==0.4.22
voluptuous-openapi==0.0.5
voluptuous-serialize==2.6.0
voluptuous==0.15.2
yarl==1.15.3
yarl==1.15.4
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 @@ -73,7 +73,7 @@ dependencies = [
"voluptuous==0.15.2",
"voluptuous-serialize==2.6.0",
"voluptuous-openapi==0.0.5",
"yarl==1.15.3",
"yarl==1.15.4",
]

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

0 comments on commit 006d511

Please sign in to comment.