Skip to content

Commit ac95fa8

Browse files
chore(deps-dev): Update ruff requirement from >=0.16.2 to >=0.16.3
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.16.2...0.16.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a17ad04 commit ac95fa8

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

0 commit comments

Comments
 (0)