diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 44bc99ea03c63..ab7af3b27ba2a 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -1,7 +1,7 @@ PyJWT==2.5.0 PyNaCl==1.5.0 aiodiscover==1.4.13 -aiohttp==3.8.1 +aiohttp==3.9.0 aiohttp_cors==0.7.0 astral==2.2 async-upnp-client==0.33.0 diff --git a/pyproject.toml b/pyproject.toml index baebe35a57a41..2f924282ac05b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] requires-python = ">=3.10.0" dependencies = [ - "aiohttp==3.8.1", + "aiohttp==3.9.0", "astral==2.2", "async_timeout==4.0.2", "attrs==22.2.0", diff --git a/requirements.txt b/requirements.txt index c423388bbbd50..e06a3fe3152ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -c homeassistant/package_constraints.txt # Home Assistant Core -aiohttp==3.8.1 +aiohttp==3.9.0 astral==2.2 async_timeout==4.0.2 attrs==22.2.0