Skip to content

Commit

Permalink
Merge pull request #28 from crdbrd/dependabot/pip/ruff-gte-0.2-and-lt…
Browse files Browse the repository at this point in the history
…-0.4

Update ruff requirement from ^0.2.0 to >=0.2,<0.4
  • Loading branch information
jodal authored Mar 1, 2024
2 parents dc6679c + 5ec0a39 commit 7d75107
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 @@ -36,7 +36,7 @@ mypy = "^1.8.0"
pyright = "1.1.352"

[tool.poetry.group.ruff.dependencies]
ruff = "^0.2.0"
ruff = ">=0.2,<0.4"

[tool.poetry.group.tests.dependencies]
coverage = { extras = ["toml"], version = "^7.4.1" }
Expand Down

0 comments on commit 7d75107

Please sign in to comment.