From 6c27c1a3e5ef5521f608238a99b0b213a85750bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 00:32:03 +0000 Subject: [PATCH] build(deps): bump ruff from 0.15.20 to 0.15.21 in /apps/api Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.20 to 0.15.21. - [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.21) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:development 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..7cfef33 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.21", "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..9655c4b 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.21 mypy==2.1.0 openpyxl==3.1.5 python-docx==1.2.0