From ff4702c59eaaf4a5902d2c35ab3473abb345a113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 08:03:12 +0000 Subject: [PATCH] Update ruff requirement from <1.0,>=0.11 to >=0.15.10,<1.0 in /backend 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.11.0...0.15.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 86d2a41..070eacb 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -23,7 +23,7 @@ dev = [ "httpx>=0.28,<1.0", "pip-licenses>=5.5,<6.0", "pytest>=8.3,<10.0", - "ruff>=0.11,<1.0", + "ruff>=0.15.10,<1.0", ] [tool.hatch.build.targets.wheel]