From c99adf54b42fdf6baadab476e2f7a85288ce9372 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 20 Jul 2023 16:11:14 +0200 Subject: [PATCH] Update aiohttp to 3.8.5 (#96945) --- 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 b4126b1c261..e118f7ae39b 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -1,6 +1,6 @@ aiodiscover==1.4.16 aiohttp-cors==0.7.0 -aiohttp==3.8.4 +aiohttp==3.8.5 astral==2.2 async-timeout==4.0.2 async-upnp-client==0.33.2 diff --git a/pyproject.toml b/pyproject.toml index 6c5f1addd5a..6575d2f8fb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] requires-python = ">=3.10.0" dependencies = [ - "aiohttp==3.8.4", + "aiohttp==3.8.5", "astral==2.2", "async-timeout==4.0.2", "attrs==22.2.0", diff --git a/requirements.txt b/requirements.txt index e725201bb7b..d4445c95369 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -c homeassistant/package_constraints.txt # Home Assistant Core -aiohttp==3.8.4 +aiohttp==3.8.5 astral==2.2 async-timeout==4.0.2 attrs==22.2.0