From 835432ec4dba0eb7b15405f4492ec6c37e359933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 00:36:08 +0000 Subject: [PATCH] Update ruff requirement from >=0.8.0 to >=0.15.12 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.8.0...0.15.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d8d5ae2..524b9f2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -33,5 +33,5 @@ prometheus-client>=0.21.0 # Tests / local verification pytest>=8.3.0 pytest-asyncio>=0.24.0 -ruff>=0.8.0 +ruff>=0.15.12 mypy>=1.14.0