Skip to content

Commit c930661

Browse files
chore(deps-dev): update ruff requirement from 0.9.9 to 0.11.0
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.9...0.11.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c2a6a1a commit c930661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pylint = "*"
2323
flake8 = "*"
2424
flake8-bugbear = "24.12.12"
2525
flake8-pytest-style = "2.1.0"
26-
ruff = "0.9.9"
26+
ruff = "0.11.0"
2727
coverage = "*"
2828
black = ">=24.1"
2929
mypy = ">=1.8"

0 commit comments

Comments
 (0)