Skip to content

Commit 3bae0b2

Browse files
Update ruff requirement from ^0.6.2 to ^0.9.7
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.2...0.9.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dbb3ebd commit 3bae0b2

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
@@ -28,7 +28,7 @@ pydantic = "*"
2828
fastapi = "*"
2929

3030
[tool.poetry.group.lint.dependencies]
31-
ruff = "^0.6.2"
31+
ruff = "^0.9.7"
3232
types-toml = "^0.10.8.1"
3333
types-redis = "^4.3.21.6"
3434
types-pytz = "^2024.1.0.20240417"

0 commit comments

Comments
 (0)