From 4111ca1a462584230e9d34d20c9f24e97d57c0e0 Mon Sep 17 00:00:00 2001
From: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Date: Wed, 5 Feb 2025 03:17:26 +0100
Subject: [PATCH] Update aiohttp-fast-zlib to 0.2.2 (#137387)

---
 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 b4c64e02df0..3bc8ad7e449 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -5,7 +5,7 @@ aiodiscover==2.2.2
 aiodns==3.2.0
 aiohasupervisor==0.2.2b6
 aiohttp-asyncmdnsresolver==0.0.3
-aiohttp-fast-zlib==0.2.0
+aiohttp-fast-zlib==0.2.2
 aiohttp==3.11.11
 aiohttp_cors==0.7.0
 aiousbwatcher==1.1.1
diff --git a/pyproject.toml b/pyproject.toml
index 095abbc514d..873e3609551 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,7 +30,7 @@ dependencies    = [
     "aiohasupervisor==0.2.2b6",
     "aiohttp==3.11.11",
     "aiohttp_cors==0.7.0",
-    "aiohttp-fast-zlib==0.2.0",
+    "aiohttp-fast-zlib==0.2.2",
     "aiohttp-asyncmdnsresolver==0.0.3",
     "aiozoneinfo==0.2.3",
     "astral==2.2",
diff --git a/requirements.txt b/requirements.txt
index 25393971cd3..f7c94d75c05 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,7 +7,7 @@ aiodns==3.2.0
 aiohasupervisor==0.2.2b6
 aiohttp==3.11.11
 aiohttp_cors==0.7.0
-aiohttp-fast-zlib==0.2.0
+aiohttp-fast-zlib==0.2.2
 aiohttp-asyncmdnsresolver==0.0.3
 aiozoneinfo==0.2.3
 astral==2.2
-- 
GitLab