Skip to content

Commit b4b02df

Browse files
Update ruff requirement from ^0.6.9 to >=0.6.9,<0.8.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@0.6.9...0.7.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent db668bc commit b4b02df

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
@@ -54,7 +54,7 @@ brotli = ["brotli"]
5454

5555
[tool.poetry.group.dev.dependencies]
5656
black = "^24.10.0"
57-
ruff = "^0.6.9"
57+
ruff = ">=0.6.9,<0.8.0"
5858
mypy = "^1.11.2"
5959
django-stubs = "^5.1.0"
6060
lxml = "^5.3.0"

0 commit comments

Comments
 (0)