Skip to content

Commit

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

Update ruff requirement from <0.5,>=0.3 to >=0.5.0,<0.6
  • Loading branch information
timkpaine authored Jul 1, 2024
2 parents bcdac71 + b85b3d7 commit 95215d5
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.3,<0.5",
"ruff>=0.5.0,<0.6",
"setuptools",
"twine",
"wheel",
Expand Down

0 comments on commit 95215d5

Please sign in to comment.