From 80b7a5a3359dd98d1e0e44a25b250fa9639b8051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:32:32 +0000 Subject: [PATCH] chore(deps): bump astral-sh/uv from 0.11.29 to 0.11.32 in /apps/api Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.11.29 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.29...0.11.32) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.11.32 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/Dockerfile b/apps/api/Dockerfile index ce03003..9665ce4 100644 --- a/apps/api/Dockerfile +++ b/apps/api/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/astral-sh/uv:0.11.29 AS uv +FROM ghcr.io/astral-sh/uv:0.11.32 AS uv FROM python:3.14.6-slim ENV PYTHONDONTWRITEBYTECODE=1 \