Skip to content

Commit 6caaeb7

Browse files
Update ruff requirement from >=0.14.5 to >=0.15.11
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.14.5...0.15.11) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b2335af commit 6caaeb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.12"
77
dependencies = []
88

99
[dependency-groups]
10-
dev = ["pre-commit>=4.4.0", "ruff>=0.14.5", "ty>=0.0.31", "uv-build>=0.11.2"]
10+
dev = ["pre-commit>=4.4.0", "ruff>=0.15.11", "ty>=0.0.31", "uv-build>=0.11.2"]
1111

1212
[build-system]
1313
requires = ["uv_build>=0.11.2,<0.12"]

0 commit comments

Comments
 (0)