From 55ff6a128cce8a3f1f5e49c3fac5728fd892df9d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 4 Oct 2024 13:43:56 -0500 Subject: [PATCH] Bump aiohttp to 3.10.9 https://github.com/aio-libs/aiohttp/releases/tag/v3.10.9 changelog: https://github.com/aio-libs/aiohttp/compare/v3.10.8...v3.10.9 This is a technically breaking change, the default connect timeout is now 30s to fix a bug where the next ip would not be tried within the default timeout period of 150s. I expect this will not be a problem but I wanted to point it out. --- homeassistant/package_constraints.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index bcea147e335cc..85c2a8885a56b 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -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.8 +aiohttp==3.10.9 aiohttp_cors==0.7.0 aiozoneinfo==0.2.1 astral==2.2 diff --git a/pyproject.toml b/pyproject.toml index 52f3d2f751822..c7e569c352cfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.8", + "aiohttp==3.10.9", "aiohttp_cors==0.7.0", "aiohttp-fast-zlib==0.1.1", "aiozoneinfo==0.2.1", diff --git a/requirements.txt b/requirements.txt index b4a7568222855..792ce28f9a5cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # Home Assistant Core aiodns==3.2.0 aiohasupervisor==0.1.0 -aiohttp==3.10.8 +aiohttp==3.10.9 aiohttp_cors==0.7.0 aiohttp-fast-zlib==0.1.1 aiozoneinfo==0.2.1