Skip to content

Commit 7c8b105

Browse files
authored
Update debugpy to latest (#18796)
1 parent 69705c2 commit 7c8b105

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

news/1 Enhancements/18795.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`debugpy` updated to version `v1.6.0`.

pythonFiles/install_debugpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
DEBUGGER_DEST = os.path.join(EXTENSION_ROOT, "pythonFiles", "lib", "python")
1111
DEBUGGER_PACKAGE = "debugpy"
1212
DEBUGGER_PYTHON_ABI_VERSIONS = ("cp39",)
13-
DEBUGGER_VERSION = "1.5.1" # can also be "latest"
13+
DEBUGGER_VERSION = "1.6.0" # can also be "latest"
1414

1515

1616
def _contains(s, parts=()):

0 commit comments

Comments
 (0)