Skip to content

Commit

Permalink
Merge pull request #23 from team23/dependabot/pip/ruff-gte-0.5.0-and-…
Browse files Browse the repository at this point in the history
…lt-0.9.0

chore(deps-dev): Update ruff requirement from >=0.5.0,<0.8.0 to >=0.5.0,<0.9.0
  • Loading branch information
ddanier authored Nov 27, 2024
2 parents c0d69ac + a74505d commit 1138a7e
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 @@ -15,7 +15,7 @@ pydantic = ">=1.9.0,<3.0.0"
pytest = ">=7.1.2,<9.0.0"
pytest-cov = ">=3,<6"
tox = ">=3.26,<5.0"
ruff = ">=0.5.0,<0.8.0"
ruff = ">=0.5.0,<0.9.0"
pyright = ">=1.1.350,<1.2"

[tool.ruff]
Expand Down

0 comments on commit 1138a7e

Please sign in to comment.