Skip to content

Commit

Permalink
Bump aiohttp to 3.10.2 (#123394)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Aug 8, 2024
1 parent 69740e8 commit 03ba8f6
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 @@ -4,7 +4,7 @@ aiodhcpwatcher==1.0.2
aiodiscover==2.1.0
aiodns==3.2.0
aiohttp-fast-zlib==0.1.1
aiohttp==3.10.1
aiohttp==3.10.2
aiohttp_cors==0.7.0
aiozoneinfo==0.2.1
astral==2.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
requires-python = ">=3.12.0"
dependencies = [
"aiodns==3.2.0",
"aiohttp==3.10.1",
"aiohttp==3.10.2",
"aiohttp_cors==0.7.0",
"aiohttp-fast-zlib==0.1.1",
"aiozoneinfo==0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Home Assistant Core
aiodns==3.2.0
aiohttp==3.10.1
aiohttp==3.10.2
aiohttp_cors==0.7.0
aiohttp-fast-zlib==0.1.1
aiozoneinfo==0.2.1
Expand Down

0 comments on commit 03ba8f6

Please sign in to comment.