Skip to content

Commit

Permalink
Bump yarl to 1.9.8 (#125193)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Sep 4, 2024
1 parent daa5268 commit b26e4d6
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 @@ -62,7 +62,7 @@ urllib3>=1.26.5,<2
voluptuous-openapi==0.0.5
voluptuous-serialize==2.6.0
voluptuous==0.15.2
yarl==1.9.7
yarl==1.9.8
zeroconf==0.133.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 @@ -69,7 +69,7 @@ dependencies = [
"voluptuous==0.15.2",
"voluptuous-serialize==2.6.0",
"voluptuous-openapi==0.0.5",
"yarl==1.9.7",
"yarl==1.9.8",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ urllib3>=1.26.5,<2
voluptuous==0.15.2
voluptuous-serialize==2.6.0
voluptuous-openapi==0.0.5
yarl==1.9.7
yarl==1.9.8

0 comments on commit b26e4d6

Please sign in to comment.