Skip to content

Commit 8aa23d5

Browse files
Update ruff requirement from ^0.9.10 to >=0.9.10,<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.10...0.11.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9d41356 commit 8aa23d5

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
@@ -33,7 +33,7 @@ gitpython = "^3.1.43"
3333
setuptools = ">=69.5.1,<76.0.0"
3434

3535
[tool.poetry.group.dev.dependencies]
36-
ruff = "^0.9.10"
36+
ruff = ">=0.9.10,<0.12.0"
3737

3838
[build-system]
3939
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)