From 5b4beb6f928871e7e223b7775357198481efec9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 23:27:12 +0000 Subject: [PATCH] chore(deps): update dependency uv to v0.5.31 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dcd996b..0d79853 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:3.13.2-slim-bookworm ARG TARGETARCH -ENV UV_VERSION=0.5.30 +ENV UV_VERSION=0.5.31 ENV PYVERSION=3.13 LABEL name="Weblate Base"