Skip to content

Commit 90b466c

Browse files
Update ruff requirement from ^0.12.10 to >=0.12.10,<0.15.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.12.10...0.14.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 093d75b commit 90b466c

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
@@ -38,7 +38,7 @@ setuptools = ">=80.9.0"
3838
rich = "^14.0.0"
3939

4040
[tool.poetry.group.dev.dependencies]
41-
ruff = "^0.12.10"
41+
ruff = ">=0.12.10,<0.15.0"
4242

4343
[build-system]
4444
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)