From dc2ff1b8239b983f2e70e5ec9c56bbb96024b9f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 11:52:55 +0000 Subject: [PATCH] Bump uv from 0.11.15 to 0.11.32 in /apps/api Bumps [uv](https://github.com/astral-sh/uv) from 0.11.15 to 0.11.32. - [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.32) --- updated-dependencies: - dependency-name: uv dependency-version: 0.11.32 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 41345d3..361e82a 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -45,7 +45,7 @@ dev = [ "ruff==0.15.20", "mypy==2.1.0", "pip-audit==2.10.1", - "uv==0.11.15", + "uv==0.11.32", "fakeredis==2.36.2", ] # Preinstalled in the runtime image so the agent can edit real documents: