Skip to content

Commit 78c005a

Browse files
Update ruff requirement from <0.10,>=0.3 to >=0.3,<0.12
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.11.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a13d0a commit 78c005a

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.10",
44+
"ruff>=0.3,<0.12",
4545
"twine",
4646
"wheel",
4747
# test

0 commit comments

Comments
 (0)