From 75cf60f0d65cd99237f4deb0f396f7fed11c4110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Thu, 18 Dec 2025 16:21:59 +0100 Subject: [PATCH] Bump uv to v0.9.18 (#6436) Bump to latest version, full changelog at: https://github.com/astral-sh/uv/blob/0.9.18/CHANGELOG.md --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c07578f1a..9a01ae972 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN \ \ && curl -Lso /usr/bin/cosign "https://github.com/home-assistant/cosign/releases/download/${COSIGN_VERSION}/cosign_${BUILD_ARCH}" \ && chmod a+x /usr/bin/cosign \ - && pip3 install uv==0.8.9 + && pip3 install uv==0.9.18 # Install requirements RUN \