From 54a7d6ff80bf19d4fe84bb7d1d7b39c241df2ee1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:03:47 +0000 Subject: [PATCH] chore(deps): bump astral-sh/uv from 0.11.24 to 0.11.25 in /3.13 Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.11.24 to 0.11.25. - [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.24...0.11.25) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.11.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 3.13/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.13/Dockerfile b/3.13/Dockerfile index 72bb95a..0d61232 100644 --- a/3.13/Dockerfile +++ b/3.13/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/astral-sh/uv:0.11.24 AS uv +FROM ghcr.io/astral-sh/uv:0.11.25 AS uv FROM python:3.13.14 COPY --from=uv /uv /uvx /bin/