Skip to content

Commit

Permalink
Bump aiohttp to 3.8.4
Browse files Browse the repository at this point in the history
changelog: aio-libs/aiohttp@v3.8.1...v3.8.4

Has aio-libs/aiohttp#7180 which is the fix we have been waiting for
  • Loading branch information
bdraco committed Feb 13, 2023
1 parent ab2ab15 commit 51c0146
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
@@ -1,7 +1,7 @@
PyJWT==2.5.0
PyNaCl==1.5.0
aiodiscover==1.4.13
aiohttp==3.8.1
aiohttp==3.8.4
aiohttp_cors==0.7.0
astral==2.2
async-upnp-client==0.33.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]
requires-python = ">=3.10.0"
dependencies = [
"aiohttp==3.8.1",
"aiohttp==3.8.4",
"astral==2.2",
"async_timeout==4.0.2",
"attrs==22.2.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-c homeassistant/package_constraints.txt

# Home Assistant Core
aiohttp==3.8.1
aiohttp==3.8.4
astral==2.2
async_timeout==4.0.2
attrs==22.2.0
Expand Down

0 comments on commit 51c0146

Please sign in to comment.