Skip to content

Commit 29e7b2c

Browse files
authored
Merge pull request #24 from team23/dependabot/pip/ruff-gte-0.5.0-and-lt-0.10.0
build(deps-dev): update ruff requirement from >=0.5.0,<0.9.0 to >=0.5.0,<0.10.0
2 parents 7da8ef1 + 5f8b100 commit 29e7b2c

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
@@ -22,7 +22,7 @@ pytest-cov = ">=3,<6"
2222
pytest-asyncio = ">=0.21.1,<0.25.0"
2323
tox = ">=3.26,<5.0"
2424
httpx = ">=0.24.1,<0.29.0"
25-
ruff = ">=0.5.0,<0.9.0"
25+
ruff = ">=0.5.0,<0.10.0"
2626
pyright = ">=1.1.350,<1.2"
2727

2828
[tool.ruff]

0 commit comments

Comments
 (0)