Bump uv to 0.6.17 (#5854)

This commit is contained in:
Jan Čermák 2025-04-29 16:57:48 +02:00 committed by GitHub
parent bc9e3eb95b
commit 61089c3507
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,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.6.1
&& pip3 install uv==0.6.17
# Install requirements
COPY requirements.txt .