Skip to content

Commit b61a064

Browse files
dependabot[bot]yonib05pgrayy
authored
ci: update ruff requirement from <0.5.0,>=0.4.4 to >=0.4.4,<0.13.0 (#704)
* ci: update ruff requirement from <0.5.0,>=0.4.4 to >=0.4.4,<0.13.0 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@v0.4.4...0.12.9) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Apply suggestions from code review Co-authored-by: Patrick Gray <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Segev <[email protected]> Co-authored-by: Patrick Gray <[email protected]>
1 parent 60dcb45 commit b61a064

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-asyncio>=0.26.0,<0.27.0",
6161
"pytest-cov>=4.1.0,<5.0.0",
6262
"pytest-xdist>=3.0.0,<4.0.0",
63-
"ruff>=0.4.4,<0.5.0",
63+
"ruff>=0.12.0,<0.13.0",
6464
]
6565
docs = [
6666
"sphinx>=5.0.0,<6.0.0",

0 commit comments

Comments
 (0)