From e72511b417b432cc3aa69d86416ff7cab3dbc862 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 13:27:18 +0000 Subject: [PATCH] chore(deps): update dependency uv to v0.9.22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 05d9ad5..35b103c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM ubuntu:questing-20251217@sha256:4a9232cc47bf99defcc8860ef6222c99773330367fc ARG TARGETARCH # renovate: datasource=pypi depName=uv versioning=pep440 -ENV UV_VERSION=0.9.21 +ENV UV_VERSION=0.9.22 ENV PYVERSION=3.14 ENV UV_PYTHON_INSTALL_DIR=/opt/python ENV UV_CACHE_DIR=/tmp/.uv-cache