Skip to content

Commit 46233e6

Browse files
Update ruff requirement from <0.15,>=0.9 to >=0.9,<0.16
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.0...0.15.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0f3f50 commit 46233e6

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
@@ -48,7 +48,7 @@ develop = [
4848
"mdformat-tables>=1",
4949
"pytest",
5050
"pytest-cov",
51-
"ruff>=0.9,<0.15",
51+
"ruff>=0.9,<0.16",
5252
"twine",
5353
"ty",
5454
"uv",

0 commit comments

Comments
 (0)