Skip to content

Commit

Permalink
use version 1.7 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulacamargo25 authored Sep 26, 2023
1 parent 5d90dea commit 97797f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 97797f5

Please sign in to comment.