Skip to content

Commit 7e5aa90

Browse files
chore(deps-dev): update ruff requirement from ^0.9.4 to >=0.9.4,<0.12.0
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.9.4...0.11.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 155c97b commit 7e5aa90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pytest = "^8.2.0"
2525
cli-test-helpers = "^4.1.0"
2626
mypy = "^1.10.0"
2727
pre-commit = ">=3.7,<5.0"
28-
ruff = "^0.9.4"
28+
ruff = ">=0.9.4,<0.12.0"
2929
pytest-cov = "^6.0.0"
3030

3131
[tool.ruff]

0 commit comments

Comments
 (0)