From f930c74630164470d8b7e405ab56ff0d75ea7945 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 15:14:18 +0000 Subject: [PATCH] Update dependency uv to v0.5.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6505a9..9dc2039 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.12 # renovate: datasource=github-releases depName=uv packageName=astral-sh/uv -ENV UV_VERSION="0.5.5" +ENV UV_VERSION="0.5.13" RUN pip install uv==$UV_VERSION # Change the working directory to the `app` directory