Skip to content

Commit 48819cf

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

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

0 commit comments

Comments
 (0)