From 826b6591b91456dc793d48eaf9bdd5eb77d0ddc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 11:53:26 +0000 Subject: [PATCH] Bump ruff from 0.15.20 to 0.15.22 in /apps/api Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.20 to 0.15.22. - [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.15.20...0.15.22) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/api/pyproject.toml | 2 +- apps/api/sandbox-requirements.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 9e6b8bd..a9c0603 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -41,7 +41,7 @@ dev = [ # Pinned: a floating ruff means CI (fresh install → newest) enables lint rules a # stale local ruff hasn't, so `ruff check` is green locally but red in CI. Bump # deliberately after fixing any new findings locally. - "ruff==0.15.20", + "ruff==0.15.22", "mypy==2.1.0", "pip-audit==2.10.1", "uv==0.11.15", diff --git a/apps/api/sandbox-requirements.in b/apps/api/sandbox-requirements.in index c34a8b6..1a71e5f 100644 --- a/apps/api/sandbox-requirements.in +++ b/apps/api/sandbox-requirements.in @@ -1,5 +1,5 @@ pytest==9.1.1 -ruff==0.15.20 +ruff==0.15.22 mypy==2.1.0 openpyxl==3.1.5 python-docx==1.2.0