mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Bump aiohttp 3.11.2 (#130663)
fix for cleaning up incorrectly closed WebSocket connections when a WebSocket task is cancelled changelog: https://github.com/aio-libs/aiohttp/compare/v3.11.1...v3.11.2
This commit is contained in:
parent
b2d98ae931
commit
4a7ae081df
@ -5,7 +5,7 @@ aiodiscover==2.1.0
|
||||
aiodns==3.2.0
|
||||
aiohasupervisor==0.2.1
|
||||
aiohttp-fast-zlib==0.2.0
|
||||
aiohttp==3.11.1
|
||||
aiohttp==3.11.2
|
||||
aiohttp_cors==0.7.0
|
||||
aiozoneinfo==0.2.1
|
||||
astral==2.2
|
||||
|
@ -29,7 +29,7 @@ dependencies = [
|
||||
# change behavior based on presence of supervisor. Deprecated with #127228
|
||||
# Lib can be removed with 2025.11
|
||||
"aiohasupervisor==0.2.1",
|
||||
"aiohttp==3.11.1",
|
||||
"aiohttp==3.11.2",
|
||||
"aiohttp_cors==0.7.0",
|
||||
"aiohttp-fast-zlib==0.2.0",
|
||||
"aiozoneinfo==0.2.1",
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Home Assistant Core
|
||||
aiodns==3.2.0
|
||||
aiohasupervisor==0.2.1
|
||||
aiohttp==3.11.1
|
||||
aiohttp==3.11.2
|
||||
aiohttp_cors==0.7.0
|
||||
aiohttp-fast-zlib==0.2.0
|
||||
aiozoneinfo==0.2.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user