From 45143de8f09b5ce83a079d5734856857ebd8d0eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 18:50:56 +0000 Subject: [PATCH] chore(deps): update dependency astral-sh/uv to v0.11.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 86b3b748..2f1685c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:3.14.5-bookworm AS builder RUN apt-get update && apt-get install -y cmake && rm -rf /var/lib/apt/lists/* #renovate: datasource=github-releases depName=astral-sh/uv -ARG UV_VERSION=0.11.19 +ARG UV_VERSION=0.11.20 RUN curl -fsSL https://astral.sh/uv/${UV_VERSION}/install.sh | sh ENV \