From 34c3e523b4334e4b1079e90177d17e8cd1a7e0f9 Mon Sep 17 00:00:00 2001
From: "J. Nick Koston" <nick@koston.org>
Date: Wed, 17 Apr 2024 02:10:06 -0500
Subject: [PATCH] Bump aiohttp to 3.9.5 (#115727)

changelog: https://github.com/aio-libs/aiohttp/compare/v3.9.4...v3.9.5
---
 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 92522a69e53..2921a845244 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -5,7 +5,7 @@ aiodiscover==2.0.0
 aiodns==3.2.0
 aiohttp-fast-url-dispatcher==0.3.0
 aiohttp-zlib-ng==0.3.1
-aiohttp==3.9.4
+aiohttp==3.9.5
 aiohttp_cors==0.7.0
 aiohttp_session==2.12.0
 astral==2.2
diff --git a/pyproject.toml b/pyproject.toml
index 3db19fe6851..8e521fc35a5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@ classifiers = [
 requires-python = ">=3.12.0"
 dependencies    = [
     "aiodns==3.2.0",
-    "aiohttp==3.9.4",
+    "aiohttp==3.9.5",
     "aiohttp_cors==0.7.0",
     "aiohttp_session==2.12.0",
     "aiohttp-fast-url-dispatcher==0.3.0",
diff --git a/requirements.txt b/requirements.txt
index 3c2a453b762..440e71d2286 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,7 @@
 
 # Home Assistant Core
 aiodns==3.2.0
-aiohttp==3.9.4
+aiohttp==3.9.5
 aiohttp_cors==0.7.0
 aiohttp_session==2.12.0
 aiohttp-fast-url-dispatcher==0.3.0
-- 
GitLab