We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8927f commit 6d06928Copy full SHA for 6d06928
noxfile.py
@@ -25,7 +25,7 @@
25
26
# Single source of truth for the debugpy version we bundle.
27
# Update this when bumping debugpy (and update bundled/libs/debugpy accordingly).
28
-DEBUGPY_VERSION = "1.8.19"
+DEBUGPY_VERSION = "1.8.20"
29
30
31
def _build_debugpy_wheel_requests(vsce_target: str, version: str) -> list[dict]:
0 commit comments