From 8f96256e868efd9e42cb328de37923963539f1de Mon Sep 17 00:00:00 2001
From: "J. Nick Koston" <nick@koston.org>
Date: Sun, 6 Oct 2024 00:28:48 -0500
Subject: [PATCH] Bump cached-ipaddress to 0.8.0 (#127703)

changelog: https://github.com/bdraco/cached-ipaddress/compare/v0.7.0...v0.8.0
---
 homeassistant/components/dhcp/manifest.json | 2 +-
 homeassistant/package_constraints.txt       | 2 +-
 requirements_all.txt                        | 2 +-
 requirements_test_all.txt                   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/homeassistant/components/dhcp/manifest.json b/homeassistant/components/dhcp/manifest.json
index e6a7e08bb34..ba773782e1c 100644
--- a/homeassistant/components/dhcp/manifest.json
+++ b/homeassistant/components/dhcp/manifest.json
@@ -16,6 +16,6 @@
   "requirements": [
     "aiodhcpwatcher==1.0.2",
     "aiodiscover==2.1.0",
-    "cached-ipaddress==0.7.0"
+    "cached-ipaddress==0.8.0"
   ]
 }
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 509ea8de7d7..26e5601cda5 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -20,7 +20,7 @@ bleak==0.22.3
 bluetooth-adapters==0.20.0
 bluetooth-auto-recovery==1.4.2
 bluetooth-data-tools==1.20.0
-cached-ipaddress==0.7.0
+cached-ipaddress==0.8.0
 certifi>=2021.5.30
 ciso8601==2.3.1
 cryptography==43.0.1
diff --git a/requirements_all.txt b/requirements_all.txt
index 289d7d78ab8..45de581259c 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -658,7 +658,7 @@ btsmarthub-devicelist==0.2.3
 buienradar==1.0.6
 
 # homeassistant.components.dhcp
-cached-ipaddress==0.7.0
+cached-ipaddress==0.8.0
 
 # homeassistant.components.caldav
 caldav==1.3.9
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index c407bf2532f..0778a05b127 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -569,7 +569,7 @@ bthome-ble==3.9.1
 buienradar==1.0.6
 
 # homeassistant.components.dhcp
-cached-ipaddress==0.7.0
+cached-ipaddress==0.8.0
 
 # homeassistant.components.caldav
 caldav==1.3.9
-- 
GitLab