Skip to content

Commit f1272ef

Browse files
bdracofrenck
authored andcommitted
Bump aiohttp to 3.12.14 (home-assistant#148565)
1 parent 3c2fa02 commit f1272ef

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

homeassistant/components/http/ban.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async def ban_startup(app: Application) -> None:
6464
"""Initialize bans when app starts up."""
6565
await app[KEY_BAN_MANAGER].async_load()
6666

67-
app.on_startup.append(ban_startup) # type: ignore[arg-type]
67+
app.on_startup.append(ban_startup)
6868

6969

7070
@middleware

homeassistant/package_constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ aiodns==3.5.0
66
aiohasupervisor==0.3.1
77
aiohttp-asyncmdnsresolver==0.1.1
88
aiohttp-fast-zlib==0.3.0
9-
aiohttp==3.12.13
9+
aiohttp==3.12.14
1010
aiohttp_cors==0.8.1
1111
aiousbwatcher==1.1.1
1212
aiozoneinfo==0.2.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
# change behavior based on presence of supervisor. Deprecated with #127228
2929
# Lib can be removed with 2025.11
3030
"aiohasupervisor==0.3.1",
31-
"aiohttp==3.12.13",
31+
"aiohttp==3.12.14",
3232
"aiohttp_cors==0.8.1",
3333
"aiohttp-fast-zlib==0.3.0",
3434
"aiohttp-asyncmdnsresolver==0.1.1",

requirements.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)