Bump aiohttp to 3.10.8 (#127009)

changelog: https://github.com/aio-libs/aiohttp/compare/v3.10.7...v3.10.8

Fixes a long standing cancellation leak on timeout
This commit is contained in:
J. Nick Koston 2024-09-28 20:53:54 -05:00 committed by Franck Nijhof
parent aa5e8eaf19
commit 8d09982f3b
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
3 changed files with 3 additions and 3 deletions

View File

@ -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.7
aiohttp==3.10.8
aiohttp_cors==0.7.0
aiozoneinfo==0.2.1
astral==2.2

View File

@ -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.7",
"aiohttp==3.10.8",
"aiohttp_cors==0.7.0",
"aiohttp-fast-zlib==0.1.1",
"aiozoneinfo==0.2.1",

View File

@ -5,7 +5,7 @@
# Home Assistant Core
aiodns==3.2.0
aiohasupervisor==0.1.0
aiohttp==3.10.7
aiohttp==3.10.8
aiohttp_cors==0.7.0
aiohttp-fast-zlib==0.1.1
aiozoneinfo==0.2.1