Skip to content

Commit b83aacb

Browse files
authored
Update debugpy to v1.6.6 (#20596)
1 parent 93b0053 commit b83aacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonFiles/install_debugpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
DEBUGGER_DEST = os.path.join(EXTENSION_ROOT, "pythonFiles", "lib", "python")
1414
DEBUGGER_PACKAGE = "debugpy"
1515
DEBUGGER_PYTHON_ABI_VERSIONS = ("cp310",)
16-
DEBUGGER_VERSION = "1.6.5" # can also be "latest"
16+
DEBUGGER_VERSION = "1.6.6" # can also be "latest"
1717

1818

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

0 commit comments

Comments
 (0)