diff --git a/homeassistant/components/debugpy/manifest.json b/homeassistant/components/debugpy/manifest.json index 3d24903971e..ae2355b5699 100644 --- a/homeassistant/components/debugpy/manifest.json +++ b/homeassistant/components/debugpy/manifest.json @@ -2,7 +2,7 @@ "domain": "debugpy", "name": "Remote Python Debugger", "documentation": "https://www.home-assistant.io/integrations/debugpy", - "requirements": ["debugpy==1.6.4"], + "requirements": ["debugpy==1.6.5"], "codeowners": ["@frenck"], "quality_scale": "internal", "iot_class": "local_push", diff --git a/requirements_all.txt b/requirements_all.txt index ceaf5fa5c15..741149040cc 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -566,7 +566,7 @@ datapoint==0.9.8 dbus-fast==1.82.0 # homeassistant.components.debugpy -debugpy==1.6.4 +debugpy==1.6.5 # homeassistant.components.decora # decora==0.6 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 2881486bab5..75e62f9f5a2 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -446,7 +446,7 @@ datapoint==0.9.8 dbus-fast==1.82.0 # homeassistant.components.debugpy -debugpy==1.6.4 +debugpy==1.6.5 # homeassistant.components.ihc # homeassistant.components.namecheapdns