Skip to content

Commit 5790a9c

Browse files
ci: update ruff requirement from <0.13.0,>=0.12.0 to >=0.12.0,<0.14.0 (#840)
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.12.0...0.13.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cbdab32 commit 5790a9c

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
@@ -60,7 +60,7 @@ dev = [
6060
"pytest-cov>=6.0.0,<7.0.0",
6161
"pytest-asyncio>=1.0.0,<1.2.0",
6262
"pytest-xdist>=3.0.0,<4.0.0",
63-
"ruff>=0.12.0,<0.13.0",
63+
"ruff>=0.12.0,<0.14.0",
6464
]
6565
docs = [
6666
"sphinx>=5.0.0,<6.0.0",

0 commit comments

Comments
 (0)