From 7caf78a9269cf65377122a1564d117b80c016caf Mon Sep 17 00:00:00 2001
From: Franck Nijhof <git@frenck.dev>
Date: Fri, 9 Feb 2024 10:08:23 +0100
Subject: [PATCH] Update debugpy to 1.8.1 (#110076)

---
 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 d3ed3564344..fc52557fa5a 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.0"]
+  "requirements": ["debugpy==1.8.1"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index a763d11efff..7459bb92245 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -681,7 +681,7 @@ datadog==0.15.0
 dbus-fast==2.21.1
 
 # homeassistant.components.debugpy
-debugpy==1.8.0
+debugpy==1.8.1
 
 # homeassistant.components.decora_wifi
 # decora-wifi==1.4
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 2ab202f688e..f0b08ce7ad7 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -562,7 +562,7 @@ datadog==0.15.0
 dbus-fast==2.21.1
 
 # homeassistant.components.debugpy
-debugpy==1.8.0
+debugpy==1.8.1
 
 # homeassistant.components.ecovacs
 deebot-client==5.1.1
-- 
GitLab