Skip to content

Commit 6bdcd24

Browse files
Update ruff requirement from <0.12,>=0.3 to >=0.3,<0.13
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.12.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 08a9366 commit 6bdcd24

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
@@ -42,7 +42,7 @@ develop = [
4242
"build",
4343
"bump-my-version",
4444
"check-manifest",
45-
"ruff>=0.3,<0.12",
45+
"ruff>=0.3,<0.13",
4646
"twine",
4747
"uv",
4848
"wheel",

0 commit comments

Comments
 (0)