Skip to content

Commit

Permalink
Bump yarl to 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Nov 21, 2024
1 parent d854940 commit f2f76e3
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 @@ -70,7 +70,7 @@ voluptuous-openapi==0.0.5
voluptuous-serialize==2.6.0
voluptuous==0.15.2
webrtc-models==0.3.0
yarl==1.17.2
yarl==1.18.0
zeroconf==0.136.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 @@ -79,7 +79,7 @@ dependencies = [
"voluptuous==0.15.2",
"voluptuous-serialize==2.6.0",
"voluptuous-openapi==0.0.5",
"yarl==1.17.2",
"yarl==1.18.0",
"webrtc-models==0.3.0",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ uv==0.5.0
voluptuous==0.15.2
voluptuous-serialize==2.6.0
voluptuous-openapi==0.0.5
yarl==1.17.2
yarl==1.18.0
webrtc-models==0.3.0

0 comments on commit f2f76e3

Please sign in to comment.