Skip to content

Commit 52c2d4f

Browse files
henryiiiauvipy
authored andcommitted
fix: avoid broken lastversion
1 parent 40533da commit 52c2d4f

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
@@ -47,5 +47,5 @@ def update_python_tools(session):
4747

4848
@nox.session(python="3.9", reuse_venv=True)
4949
def update_native_dependencies(session):
50-
session.install("lastversion", "packaging", "requests")
50+
session.install("lastversion!=1.6.0,!=2.0.0", "packaging", "requests")
5151
session.run("python", "update_native_dependencies.py", *session.posargs)

0 commit comments

Comments
 (0)