Skip to content

Commit 51a7d77

Browse files
Update ruff requirement from <0.9,>=0.3 to >=0.3,<0.10
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@v0.3.0...0.9.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3758e99 commit 51a7d77

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
@@ -41,7 +41,7 @@ develop = [
4141
"build",
4242
"bump-my-version",
4343
"check-manifest",
44-
"ruff>=0.3,<0.9",
44+
"ruff>=0.3,<0.10",
4545
"twine",
4646
"wheel",
4747
# test

0 commit comments

Comments
 (0)