Skip to content

Commit dcee09b

Browse files
authored
Merge pull request #26 from team23/dependabot/pip/ruff-gte-0.5.0-and-lt-0.12.0
build(deps-dev): update ruff requirement from >=0.5.0,<0.10.0 to >=0.5.0,<0.12.0
2 parents 29e7b2c + e337d54 commit dcee09b

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.10.0"
25+
ruff = ">=0.5.0,<0.12.0"
2626
pyright = ">=1.1.350,<1.2"
2727

2828
[tool.ruff]

0 commit comments

Comments
 (0)