From 9ae9f53a4106d1b3040f05c583f5e117a232e846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:20:51 +0000 Subject: [PATCH] Bump astral-sh/uv Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.8.15-python3.13-trixie-slim to 0.11.2-python3.13-trixie-slim. - [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.8.15...0.11.2) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.11.2-python3.13-trixie-slim dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5753eb..44316cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/astral-sh/uv:0.8.15-python3.13-trixie-slim +FROM ghcr.io/astral-sh/uv:0.11.2-python3.13-trixie-slim WORKDIR /app COPY ./.python-version ./.python-version