Skip to content

Commit b76d04c

Browse files
Update ruff requirement from <0.13,>=0.9 to >=0.9,<0.14
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.13.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cceefac commit b76d04c

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
@@ -68,7 +68,7 @@ develop = [
6868
"codespell>=2.4,<2.5",
6969
"mdformat>=0.7.19,<0.8",
7070
"mdformat-tables>=1,<1.1",
71-
"ruff>=0.9,<0.13",
71+
"ruff>=0.9,<0.14",
7272
# test
7373
"pytest",
7474
"pytest-asyncio",

0 commit comments

Comments
 (0)