Skip to content

Commit 5ab1547

Browse files
Update ruff requirement from ~=0.8.0 to ~=0.9.1
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.8.0...0.9.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f7951b3 commit 5ab1547

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
@@ -70,7 +70,7 @@ doc = [
7070
"svgutils",
7171
]
7272
dev = [
73-
"ruff ~= 0.8.0",
73+
"ruff ~= 0.9.1",
7474
"pre-commit",
7575
]
7676
tests = [

0 commit comments

Comments
 (0)