Skip to content

Commit a4cbc7b

Browse files
build(deps-dev): update ruff requirement from >=0.11.13 to >=0.15.10
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.11.13...0.15.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ccfb81 commit a4cbc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dev = [
3737
"pytest-github-actions-annotate-failures>=0.4.0",
3838
"pytest-random-order>=1.2.0",
3939
"pytest-recording>=0.13.4",
40-
"ruff>=0.11.13",
40+
"ruff>=0.15.10",
4141
"ty>=0.0.29",
4242
]
4343
docs = [

0 commit comments

Comments
 (0)