Skip to content

Commit 97797f5

Browse files
use version 1.7 (#95)
1 parent 5d90dea commit 97797f5

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.7.0")
2929

3030

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

0 commit comments

Comments
 (0)