From 65f8dd898980a090de513fe165631e1bbd930bd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 01:46:29 +0000 Subject: [PATCH] chore(deps): update dependency uv to v0.5.11 (#26) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c55ab91..42579a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:3.12.8-slim-bookworm ARG TARGETARCH -ENV UV_VERSION=0.5.10 +ENV UV_VERSION=0.5.11 ENV PYVERSION=3.12 LABEL name="Weblate Base"