Bump uv to 0.5.21 (#136086)

pull/136094/head
Robert Resch 2025-01-20 17:21:17 +01:00 committed by GitHub
parent 3630c8b8ed
commit 05c7cb5f32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

2
Dockerfile generated
View File

@ -13,7 +13,7 @@ ENV \
ARG QEMU_CPU
# Install uv
RUN pip3 install uv==0.5.18
RUN pip3 install uv==0.5.21
WORKDIR /usr/src

View File

@ -67,7 +67,7 @@ standard-telnetlib==3.13.0;python_version>='3.13'
typing-extensions>=4.12.2,<5.0
ulid-transform==1.2.0
urllib3>=1.26.5,<2
uv==0.5.18
uv==0.5.21
voluptuous-openapi==0.0.6
voluptuous-serialize==2.6.0
voluptuous==0.15.2

View File

@ -76,7 +76,7 @@ dependencies = [
# Temporary setting an upper bound, to prevent compat issues with urllib3>=2
# https://github.com/home-assistant/core/issues/97248
"urllib3>=1.26.5,<2",
"uv==0.5.18",
"uv==0.5.21",
"voluptuous==0.15.2",
"voluptuous-serialize==2.6.0",
"voluptuous-openapi==0.0.6",

2
requirements.txt generated
View File

@ -45,7 +45,7 @@ standard-telnetlib==3.13.0;python_version>='3.13'
typing-extensions>=4.12.2,<5.0
ulid-transform==1.2.0
urllib3>=1.26.5,<2
uv==0.5.18
uv==0.5.21
voluptuous==0.15.2
voluptuous-serialize==2.6.0
voluptuous-openapi==0.0.6

View File

@ -14,7 +14,7 @@ WORKDIR "/github/workspace"
COPY . /usr/src/homeassistant
# Uv is only needed during build
RUN --mount=from=ghcr.io/astral-sh/uv:0.5.18,source=/uv,target=/bin/uv \
RUN --mount=from=ghcr.io/astral-sh/uv:0.5.21,source=/uv,target=/bin/uv \
# Uv creates a lock file in /tmp
--mount=type=tmpfs,target=/tmp \
# Required for PyTurboJPEG