From efbb5bf9af4e89693d3bc3c21dc967767eb4ade7 Mon Sep 17 00:00:00 2001
From: Franck Nijhof <git@frenck.dev>
Date: Fri, 27 Sep 2024 20:29:32 +0200
Subject: [PATCH] Update debugpy to 1.8.6 (#126945)

---
 homeassistant/components/debugpy/manifest.json | 2 +-
 requirements_all.txt                           | 2 +-
 requirements_test_all.txt                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/debugpy/manifest.json b/homeassistant/components/debugpy/manifest.json
index fc52557fa5a..1e31e002a81 100644
--- a/homeassistant/components/debugpy/manifest.json
+++ b/homeassistant/components/debugpy/manifest.json
@@ -6,5 +6,5 @@
   "integration_type": "service",
   "iot_class": "local_push",
   "quality_scale": "internal",
-  "requirements": ["debugpy==1.8.1"]
+  "requirements": ["debugpy==1.8.6"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 6c64ac68288..3206457b874 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -715,7 +715,7 @@ datapoint==0.9.9
 dbus-fast==2.24.0
 
 # homeassistant.components.debugpy
-debugpy==1.8.1
+debugpy==1.8.6
 
 # homeassistant.components.decora_wifi
 # decora-wifi==1.4
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 4ed3060d9e2..781924496c8 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -611,7 +611,7 @@ datapoint==0.9.9
 dbus-fast==2.24.0
 
 # homeassistant.components.debugpy
-debugpy==1.8.1
+debugpy==1.8.6
 
 # homeassistant.components.ecovacs
 deebot-client==8.4.0
-- 
GitLab