Skip to content

Commit 98eeaef

Browse files
karthiknadigluabud
andauthored
Update debugpy to 1.6.5 (#20488)
This is for a recovery release. Co-authored-by: Luciana Abud <[email protected]>
1 parent 8ac655b commit 98eeaef

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.3" # can also be "latest"
16+
DEBUGGER_VERSION = "1.6.5" # can also be "latest"
1717

1818

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

0 commit comments

Comments
 (0)