Skip to content

Commit 3b80817

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.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c721955 commit 3b80817

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
@@ -49,7 +49,7 @@ develop = [
4949
"mdformat-tables>=1",
5050
"pytest",
5151
"pytest-cov",
52-
"ruff>=0.9,<0.15",
52+
"ruff>=0.9,<0.16",
5353
"twine",
5454
"ty",
5555
"uv",

0 commit comments

Comments
 (0)