Skip to content

Commit

Permalink
Merge pull request #459 from pmorissette/dependabot/pip/ruff-gte-0.5.…
Browse files Browse the repository at this point in the history
…0-and-lt-0.8

Update ruff requirement from <0.7,>=0.5.0 to >=0.5.0,<0.8
  • Loading branch information
timkpaine authored Nov 1, 2024
2 parents 2228eeb + e7cd6e5 commit 6506710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def local_file(filename):
"pyprind>=2.11",
"pytest",
"pytest-cov",
"ruff>=0.5.0,<0.7",
"ruff>=0.5.0,<0.8",
"setuptools",
"twine",
"wheel",
Expand Down

0 comments on commit 6506710

Please sign in to comment.