Upgrade debugpy to 1.5.1 (#59436)
This commit is contained in:
parent
ca2f343c51
commit
11da932455
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
"domain": "debugpy",
|
||||
"name": "Remote Python Debugger",
|
||||
"documentation": "https://www.home-assistant.io/integrations/debugpy",
|
||||
"requirements": ["debugpy==1.5.0"],
|
||||
"requirements": ["debugpy==1.5.1"],
|
||||
"codeowners": ["@frenck"],
|
||||
"quality_scale": "internal",
|
||||
"iot_class": "local_push"
|
||||
|
|
|
@ -517,7 +517,7 @@ datadog==0.15.0
|
|||
datapoint==0.9.8
|
||||
|
||||
# homeassistant.components.debugpy
|
||||
debugpy==1.5.0
|
||||
debugpy==1.5.1
|
||||
|
||||
# homeassistant.components.decora
|
||||
# decora==0.6
|
||||
|
|
|
@ -325,7 +325,7 @@ datadog==0.15.0
|
|||
datapoint==0.9.8
|
||||
|
||||
# homeassistant.components.debugpy
|
||||
debugpy==1.5.0
|
||||
debugpy==1.5.1
|
||||
|
||||
# homeassistant.components.ihc
|
||||
# homeassistant.components.namecheapdns
|
||||
|
|
Loading…
Add table
Reference in a new issue