Skip to content

Commit 71999d6

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] <support@github.com>
1 parent 6d75a93 commit 71999d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ develop = [
5454
"mdformat-tables>=1",
5555
"pytest",
5656
"pytest-cov",
57-
"ruff>=0.9,<0.15",
57+
"ruff>=0.9,<0.16",
5858
"twine",
5959
"ty",
6060
"uv",

0 commit comments

Comments
 (0)