From 47a7a2ac1bc37a87b603516a8b7b8c5e73283368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 13:58:52 +0000 Subject: [PATCH] chore(deps): bump the python-deps group in /apps/api with 2 updates Bumps the python-deps group in /apps/api with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [pip-tools](https://github.com/jazzband/pip-tools). Updates `ruff` from 0.15.14 to 0.15.15 - [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.14...0.15.15) Updates `pip-tools` from 7.5.1 to 7.5.3 - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/v7.5.1...v7.5.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: pip-tools dependency-version: 7.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- apps/api/requirements-ci.txt | 4 ++-- apps/api/requirements-dev.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/api/requirements-ci.txt b/apps/api/requirements-ci.txt index 1ac01d3..cf7ae68 100644 --- a/apps/api/requirements-ci.txt +++ b/apps/api/requirements-ci.txt @@ -1,6 +1,6 @@ # CI-only tools used by GitHub Actions workflows. # Pinned versions (no hashes needed since these are not application dependencies # but we keep them pinned for reproducibility and to satisfy Scorecard pinning). -ruff==0.15.14 +ruff==0.15.15 pip-audit==2.10.0 -pip-tools==7.5.1 +pip-tools==7.5.3 diff --git a/apps/api/requirements-dev.txt b/apps/api/requirements-dev.txt index d118b9f..19794dc 100644 --- a/apps/api/requirements-dev.txt +++ b/apps/api/requirements-dev.txt @@ -2,5 +2,5 @@ pytest==9.0.3 pytest-asyncio==1.4.0 pytest-cov==7.1.0 httpx==0.28.1 -ruff==0.15.14 +ruff==0.15.15 pip-audit==2.10.0