Skip to content

Commit 6fb5d2d

Browse files
build(deps): update ruff requirement from >=0.9.1 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.9.1...0.15.11) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 27ec269 commit 6fb5d2d

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
@@ -6,7 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
88
"mypy>=1.14.1",
9-
"ruff>=0.9.1",
9+
"ruff>=0.15.11",
1010
"taskipy>=1.14.1",
1111
]
1212

0 commit comments

Comments
 (0)