Skip to content

Commit

Permalink
Bump aiohttp to 3.10.9
Browse files Browse the repository at this point in the history
https://github.com/aio-libs/aiohttp/releases/tag/v3.10.9

changelog: aio-libs/aiohttp@v3.10.8...v3.10.9

This is a technically breaking change, the default connect timeout is now 30s to
fix a bug where the next ip would not be tried within the default timeout
period of 150s. I expect this will not be a problem but I wanted to
point it out.
  • Loading branch information
bdraco committed Oct 4, 2024
1 parent d9b0771 commit 55ff6a1
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 @@ -5,7 +5,7 @@ aiodiscover==2.1.0
aiodns==3.2.0
aiohasupervisor==0.1.0
aiohttp-fast-zlib==0.1.1
aiohttp==3.10.8
aiohttp==3.10.9
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 @@ -27,7 +27,7 @@ dependencies = [
# Integrations may depend on hassio integration without listing it to
# change behavior based on presence of supervisor
"aiohasupervisor==0.1.0",
"aiohttp==3.10.8",
"aiohttp==3.10.9",
"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 @@ -5,7 +5,7 @@
# Home Assistant Core
aiodns==3.2.0
aiohasupervisor==0.1.0
aiohttp==3.10.8
aiohttp==3.10.9
aiohttp_cors==0.7.0
aiohttp-fast-zlib==0.1.1
aiozoneinfo==0.2.1
Expand Down

0 comments on commit 55ff6a1

Please sign in to comment.