Skip to content

Commit 9aadfd4

Browse files
authored
Merge pull request #42 from team23/dependabot/pip/ruff-gte-0.5.0-and-lt-0.9.0
chore(deps-dev): Update ruff requirement from >=0.5.0,<0.8.0 to >=0.5.0,<0.9.0
2 parents cd1d2b7 + d44073c commit 9aadfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pydantic = ">=1.9.0,<3.0.0"
1515
pytest = ">=7.1.2,<9.0.0"
1616
pytest-cov = ">=3,<7"
1717
tox = ">=3.26,<5.0"
18-
ruff = ">=0.5.0,<0.8.0"
18+
ruff = ">=0.5.0,<0.9.0"
1919
pyright = ">=1.1.350,<1.2"
2020

2121
[tool.ruff]

0 commit comments

Comments
 (0)