Skip to content

Commit

Permalink
Merge pull request #14 from Point72/dependabot/pip/ruff-gte-0.3-and-l…
Browse files Browse the repository at this point in the history
…t-0.5

Update ruff requirement from <0.4,>=0.3 to >=0.3,<0.5
  • Loading branch information
timkpaine authored Jun 11, 2024
2 parents 526e228 + 1bf3f55 commit c524ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ develop = [
"hatchling",
"hatch-jupyter-builder",
"isort",
"ruff>=0.3,<0.4",
"ruff>=0.3,<0.5",
# Test deps
"pytest",
"pytest-asyncio",
Expand Down

0 comments on commit c524ed6

Please sign in to comment.