Skip to content

Commit 40a53b6

Browse files
build(deps-dev): update ruff requirement from >=0.15.10 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.15.10...0.15.11) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 91091b5 commit 40a53b6

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
@@ -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.15.10",
40+
"ruff>=0.15.11",
4141
"ty>=0.0.31",
4242
]
4343
docs = [

0 commit comments

Comments
 (0)