Skip to content

Commit

Permalink
Update debugpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulacamargo25 committed Jul 28, 2023
1 parent 97018ca commit 149c93e
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.5.1")


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

0 comments on commit 149c93e

Please sign in to comment.