Skip to content

Commit

Permalink
Update debugpy to 1.6.5 (#20488)
Browse files Browse the repository at this point in the history
This is for a recovery release.

Co-authored-by: Luciana Abud <45497113+luabud@users.noreply.github.com>
  • Loading branch information
karthiknadig and luabud authored Jan 11, 2023
1 parent 8ac655b commit 98eeaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonFiles/install_debugpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=()):
Expand Down

0 comments on commit 98eeaef

Please sign in to comment.