From 67bad72086c50f69baaee4475f2a5dc51e5fb98f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 05:43:09 +0000 Subject: [PATCH] Update ruff requirement from <1.0,>=0.7 to >=0.15.20,<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.7.0...0.15.20) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index ec93bd2..13fda32 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -22,7 +22,7 @@ dev = [ "httpx>=0.27,<1.0", "pytest>=9.0.3,<10.0", "pytest-asyncio>=1.4,<2.0", - "ruff>=0.7,<1.0", + "ruff>=0.15.20,<1.0", ] [build-system] diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 5a34e37..43b2f85 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -3,5 +3,5 @@ httpx>=0.27,<0.28 pytest>=9.0.3,<10.0 pytest-asyncio>=1.4,<2.0 -ruff>=0.7,<1.0 +ruff>=0.15.20,<1.0 pip-audit>=2.7,<3.0