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 <45497113+luabud@users.noreply.github.com>
1 parent 8ac655b commit 98eeaef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)