Skip to content

Commit ae679ad

Browse files
chore(deps-dev): update ruff requirement from 0.9.3 to 0.9.4
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.3...0.9.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f202fd commit ae679ad

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.3"
26+
ruff = "0.9.4"
2727
coverage = "*"
2828
black = ">=24.1"
2929
mypy = ">=1.8"

0 commit comments

Comments
 (0)