From a99c6f0a7b37fcd7b6d66bbedf1d67af3b3ca496 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 28 Oct 2020 10:49:58 +0100 Subject: [PATCH] Upgrade debugpy to 1.1.0 (#42506) --- 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 7624e2e2dd4..18583186c3b 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.0.0"], + "requirements": ["debugpy==1.1.0"], "codeowners": ["@frenck"], "quality_scale": "internal" } diff --git a/requirements_all.txt b/requirements_all.txt index 19d01304e5b..ae635af89c6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -463,7 +463,7 @@ datadog==0.15.0 datapoint==0.9.5 # homeassistant.components.debugpy -debugpy==1.0.0 +debugpy==1.1.0 # homeassistant.components.decora # decora==0.6 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 9e02fdced73..3c231493be9 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -245,7 +245,7 @@ datadog==0.15.0 datapoint==0.9.5 # homeassistant.components.debugpy -debugpy==1.0.0 +debugpy==1.1.0 # homeassistant.components.ihc # homeassistant.components.namecheapdns