Bump uv to 0.4.12 (#126257)

This commit is contained in:
Robert Resch 2024-09-19 13:42:53 +02:00 committed by GitHub
parent 5864591150
commit 31adb048f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ ENV \
ARG QEMU_CPU
# Install uv
RUN pip3 install uv==0.4.9
RUN pip3 install uv==0.4.12
WORKDIR /usr/src

View File

@ -58,7 +58,7 @@ SQLAlchemy==2.0.31
typing-extensions>=4.12.2,<5.0
ulid-transform==1.0.2
urllib3>=1.26.5,<2
uv==0.4.9
uv==0.4.12
voluptuous-openapi==0.0.5
voluptuous-serialize==2.6.0
voluptuous==0.15.2

View File

@ -65,7 +65,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.4.9",
"uv==0.4.12",
"voluptuous==0.15.2",
"voluptuous-serialize==2.6.0",
"voluptuous-openapi==0.0.5",

View File

@ -37,7 +37,7 @@ SQLAlchemy==2.0.31
typing-extensions>=4.12.2,<5.0
ulid-transform==1.0.2
urllib3>=1.26.5,<2
uv==0.4.9
uv==0.4.12
voluptuous==0.15.2
voluptuous-serialize==2.6.0
voluptuous-openapi==0.0.5

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.4.9,source=/uv,target=/bin/uv \
RUN --mount=from=ghcr.io/astral-sh/uv:0.4.12,source=/uv,target=/bin/uv \
# Required for PyTurboJPEG
apk add --no-cache libturbojpeg \
&& uv pip install \