Skip to content

Commit 149c93e

Browse files
Update debugpy version
1 parent 97018ca commit 149c93e

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 @@ def _install_bundle(session: nox.Session) -> None:
2525
"./requirements.txt",
2626
)
2727
session.install("packaging")
28-
_install_package(f"{os.getcwd()}/bundled/libs", "debugpy")
28+
_install_package(f"{os.getcwd()}/bundled/libs", "debugpy", "1.5.1")
2929

3030

3131
def _update_pip_packages(session: nox.Session) -> None:

0 commit comments

Comments
 (0)