Skip to content

Commit df308ea

Browse files
chore(deps-dev): Update ruff requirement from >=0.12.0 to >=0.15.21 (#131)
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.0...0.15.21) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a84ee08 commit df308ea

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
@@ -15,7 +15,7 @@ python-preference = "managed"
1515
# Dev tools are added in Epic 2; groups reserved so root tasks stay stable.
1616
[dependency-groups]
1717
dev = [
18-
"ruff>=0.12.0",
18+
"ruff>=0.15.21",
1919
"pyright>=1.1.400",
2020
"pre-commit>=4.0.0",
2121
"pytest-cov>=6.0.0",

0 commit comments

Comments
 (0)