Skip to content

Commit dc74680

Browse files
chore(deps-dev): Update ruff requirement from >=0.15.21 to >=0.15.22 (#191)
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.15.21...0.15.22) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.22 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 6081c34 commit dc74680

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.15.21",
18+
"ruff>=0.15.22",
1919
"pyright>=1.1.411",
2020
"pre-commit>=4.6.0",
2121
"pytest-cov>=7.1.0",

0 commit comments

Comments
 (0)