mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Bump aiohttp to 3.11.11 (#133530)
This commit is contained in:
parent
0076bd8389
commit
35601480d2
@ -348,7 +348,7 @@ async def async_get_still_stream(
|
||||
# While this results in additional bandwidth usage,
|
||||
# given the low frequency of image updates, it is acceptable.
|
||||
frame.extend(frame)
|
||||
await response.write(frame) # type: ignore[arg-type]
|
||||
await response.write(frame)
|
||||
return True
|
||||
|
||||
event = asyncio.Event()
|
||||
|
@ -5,7 +5,7 @@ aiodiscover==2.1.0
|
||||
aiodns==3.2.0
|
||||
aiohasupervisor==0.2.2b2
|
||||
aiohttp-fast-zlib==0.2.0
|
||||
aiohttp==3.11.10
|
||||
aiohttp==3.11.11
|
||||
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.2b2",
|
||||
"aiohttp==3.11.10",
|
||||
"aiohttp==3.11.11",
|
||||
"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.2b2
|
||||
aiohttp==3.11.10
|
||||
aiohttp==3.11.11
|
||||
aiohttp_cors==0.7.0
|
||||
aiohttp-fast-zlib==0.2.0
|
||||
aiozoneinfo==0.2.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user