From 7c022d82fa1d2977b4e9be551fa56bea4d6521cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 00:01:23 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.14.14 to 0.15.0 in /backend Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.14 to 0.15.0. - [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.14.14...0.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 1c7bc16e..3a4d69f0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -48,7 +48,7 @@ httpx==0.28.1 aiosqlite==0.20.0 # Dev tools -ruff==0.14.14 +ruff==0.15.0 # Security nh3>=0.2.17 # Fast HTML sanitization (binding to Rust ammonia)