From 8591ddecb4146d68090c0cb5d24766657f8f3c67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 11:53:11 +0000 Subject: [PATCH] Bump uv from 0.11.15 to 0.11.29 in /apps/api Bumps [uv](https://github.com/astral-sh/uv) from 0.11.15 to 0.11.29. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.11.15...0.11.29) --- updated-dependencies: - dependency-name: uv dependency-version: 0.11.29 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 9e6b8bd..93c2f42 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -44,7 +44,7 @@ dev = [ "ruff==0.15.20", "mypy==2.1.0", "pip-audit==2.10.1", - "uv==0.11.15", + "uv==0.11.29", "fakeredis==2.36.2", ] # Preinstalled in the runtime image so the agent can edit real documents: