From 88625e61a64e55866aa3aafbadf602495a0ee5bc Mon Sep 17 00:00:00 2001 From: Luciana Abud <45497113+luabud@users.noreply.github.com> Date: Thu, 5 Jan 2023 15:26:33 -0800 Subject: [PATCH] Update debugpy to 1.6.5 --- pythonFiles/install_debugpy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonFiles/install_debugpy.py b/pythonFiles/install_debugpy.py index 55667dc4c75e..12a9e47cc396 100644 --- a/pythonFiles/install_debugpy.py +++ b/pythonFiles/install_debugpy.py @@ -13,7 +13,7 @@ DEBUGGER_DEST = os.path.join(EXTENSION_ROOT, "pythonFiles", "lib", "python") DEBUGGER_PACKAGE = "debugpy" DEBUGGER_PYTHON_ABI_VERSIONS = ("cp310",) -DEBUGGER_VERSION = "1.6.3" # can also be "latest" +DEBUGGER_VERSION = "1.6.5" # can also be "latest" def _contains(s, parts=()):