Skip to content

Commit 116d976

Browse files
Update ruff requirement from <0.16,>=0.9 to >=0.9,<0.17
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.16.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1885b26 commit 116d976

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
@@ -71,7 +71,7 @@ develop = [
7171
"codespell>=2.4,<2.5",
7272
"mdformat>=0.7.19,<0.8",
7373
"mdformat-tables>=1,<1.1",
74-
"ruff>=0.9,<0.16",
74+
"ruff>=0.9,<0.17",
7575
# test
7676
"pytest",
7777
"pytest-asyncio",

0 commit comments

Comments
 (0)