Skip to content

Commit 907353c

Browse files
committed
Update debugpy to 1.8.20
1 parent 0d8927f commit 907353c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# Single source of truth for the debugpy version we bundle.
2727
# Update this when bumping debugpy (and update bundled/libs/debugpy accordingly).
28-
DEBUGPY_VERSION = "1.8.19"
28+
DEBUGPY_VERSION = "1.8.20"
2929

3030

3131
def _build_debugpy_wheel_requests(vsce_target: str, version: str) -> list[dict]:

0 commit comments

Comments
 (0)