From be400820f369351b4b64a1dd3dd6177b79cfc989 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 22:08:59 +0000 Subject: [PATCH] chore(deps): update dependency uv to v0.5.14 (#30) 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 58621ab..5ba646b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:3.12.8-slim-bookworm ARG TARGETARCH -ENV UV_VERSION=0.5.13 +ENV UV_VERSION=0.5.14 ENV PYVERSION=3.12 LABEL name="Weblate Base"