Skip to content

Commit 49b17c5

Browse files
⬆️ PyUp: Update ruff requirement
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.5.1...0.9.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 83493fe commit 49b17c5

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
@@ -44,7 +44,7 @@ fastapi = ">=0.110.3,<0.116"
4444
jinja2 = "^3.1"
4545

4646
[tool.poetry.group.dev.dependencies]
47-
ruff = ">=0.5.1,<0.8.5"
47+
ruff = ">=0.5.1,<0.9.8"
4848
black = ">=23.1,<25.0"
4949
mypy = "^1.1.1"
5050
pre-commit = "^3.1.1"

0 commit comments

Comments
 (0)