From 2749ec1106400a41d5a4b7bc571579aa39db2e50 Mon Sep 17 00:00:00 2001 From: Erhardt Consulting Bot <183287306+erhardt-consulting-bot@users.noreply.github.com> Date: Wed, 15 Jul 2026 18:46:44 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20dependency=20astral-sh/uv?= =?UTF-8?q?=20(0.11.28=20=E2=86=92=200.11.29)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | --------------- | ------------ | ------- | ------- | | github-releases | astral-sh/uv | 0.11.28 | 0.11.29 | --- base-python/3.12.Dockerfile | 2 +- base-python/3.13.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base-python/3.12.Dockerfile b/base-python/3.12.Dockerfile index 348efb19..36907072 100644 --- a/base-python/3.12.Dockerfile +++ b/base-python/3.12.Dockerfile @@ -8,7 +8,7 @@ ARG APPUSER_GID="1000" ARG POETRY_VERSION="2.4.1" # renovate: datasource=github-releases depName=astral-sh/uv versioning=semver -ARG UV_VERSION="0.11.28" +ARG UV_VERSION="0.11.29" ENV LANG="C.UTF-8" \ LC_ALL="C.UTF-8" \ diff --git a/base-python/3.13.Dockerfile b/base-python/3.13.Dockerfile index 10df4467..9c255e1b 100644 --- a/base-python/3.13.Dockerfile +++ b/base-python/3.13.Dockerfile @@ -8,7 +8,7 @@ ARG APPUSER_GID="1000" ARG POETRY_VERSION="2.4.1" # renovate: datasource=github-releases depName=astral-sh/uv versioning=semver -ARG UV_VERSION="0.11.28" +ARG UV_VERSION="0.11.29" ENV LANG="C.UTF-8" \ LC_ALL="C.UTF-8" \