Update debugpy to 1.6.5 (#85297)
This commit is contained in:
parent
31bf0a0105
commit
bd8cb4f166
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.6.4"],
|
||||
"requirements": ["debugpy==1.6.5"],
|
||||
"codeowners": ["@frenck"],
|
||||
"quality_scale": "internal",
|
||||
"iot_class": "local_push",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue