From 3c0319e823815b080a18049b5997847059f5c967 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 08:49:10 +0000 Subject: [PATCH] chore(deps): update dependency uv to v0.5.24 (#41) 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 1fb6925..a2778dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:3.12.8-slim-bookworm ARG TARGETARCH -ENV UV_VERSION=0.5.23 +ENV UV_VERSION=0.5.24 ENV PYVERSION=3.12 LABEL name="Weblate Base"