From 014ceb28e7b68bc65c193d6aa3636d37274b6805 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 01:11:14 +0000 Subject: [PATCH] chore(deps): update dependency uv to v0.5.25 (#44) 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 867a505..5fc1b48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:3.12.8-slim-bookworm ARG TARGETARCH -ENV UV_VERSION=0.5.24 +ENV UV_VERSION=0.5.25 ENV PYVERSION=3.12 LABEL name="Weblate Base"