From e1a38eab78a97200404e941220d91cea79f2145e Mon Sep 17 00:00:00 2001 From: Paula Camargo Date: Mon, 25 Sep 2023 18:25:57 -0700 Subject: [PATCH] use version 1.7 --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 66cd2c55..f2133ee0 100644 --- a/noxfile.py +++ b/noxfile.py @@ -25,7 +25,7 @@ def _install_bundle(session: nox.Session) -> None: "./requirements.txt", ) session.install("packaging") - _install_package(f"{os.getcwd()}/bundled/libs", "debugpy") + _install_package(f"{os.getcwd()}/bundled/libs", "debugpy", "1.7.0") def _update_pip_packages(session: nox.Session) -> None: