From fa96601e5ff6a4d2993731263e76016846fe2a9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 11:53:26 +0000 Subject: [PATCH] Bump ruff from 0.15.20 to 0.16.0 in /apps/api Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.20 to 0.16.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.15.20...0.16.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 41345d3..301afb3 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -42,7 +42,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.16.0", "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..7ddf90f 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.16.0 mypy==2.1.0 openpyxl==3.1.5 python-docx==1.2.0