From aa0bcbb412a2526455ffa735528a7f216d4d18d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 06:35:00 +0000 Subject: [PATCH] :arrow_up: 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](https://github.com/astral-sh/ruff/compare/0.5.1...0.11.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3cf5de0..c5fbbb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ fastapi = ">=0.110.3,<0.116" jinja2 = "^3.1" [tool.poetry.group.dev.dependencies] -ruff = ">=0.5.1,<0.8.5" +ruff = ">=0.5.1,<0.11.3" black = ">=23.1,<25.0" mypy = "^1.1.1" pre-commit = "^3.1.1"