Upgrade debugpy to 1.0.0rc2 (#39195)

This commit is contained in:
Franck Nijhof 2020-08-24 10:45:44 +02:00 committed by GitHub
parent 7462d140af
commit e17c87ef72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"domain": "debugpy",
"name": "Remote Python Debugger",
"documentation": "https://www.home-assistant.io/integrations/debugpy",
"requirements": ["debugpy==1.0.0b12"],
"requirements": ["debugpy==1.0.0rc2"],
"codeowners": ["@frenck"],
"quality_scale": "internal"
}