Skip to content

Commit

Permalink
Update to latest debugpy version 1.6.7 (#21001)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig authored and eleanorjboyd committed Apr 6, 2023
1 parent e36b27c commit 5f5ae98
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.6" # can also be "latest"
DEBUGGER_VERSION = "1.6.7" # can also be "latest"


def _contains(s, parts=()):
Expand Down

0 comments on commit 5f5ae98

Please sign in to comment.