Skip to content

Commit

Permalink
Merge pull request pmorissette#462 from pmorissette/dependabot/pip/ru…
Browse files Browse the repository at this point in the history
…ff-gte-0.5.0-and-lt-0.9

Update ruff requirement from <0.8,>=0.5.0 to >=0.5.0,<0.9
  • Loading branch information
timkpaine authored Dec 1, 2024
2 parents 6506710 + 4e8bf27 commit a458fe4
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.8",
"ruff>=0.5.0,<0.9",
"setuptools",
"twine",
"wheel",
Expand Down

0 comments on commit a458fe4

Please sign in to comment.