mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Bump uv to 0.4.8 (#124867)
This commit is contained in:
parent
2f38731f62
commit
67dc870e52
@ -12,7 +12,7 @@ ENV \
|
|||||||
ARG QEMU_CPU
|
ARG QEMU_CPU
|
||||||
|
|
||||||
# Install uv
|
# Install uv
|
||||||
RUN pip3 install uv==0.2.27
|
RUN pip3 install uv==0.4.8
|
||||||
|
|
||||||
WORKDIR /usr/src
|
WORKDIR /usr/src
|
||||||
|
|
||||||
|
@ -51,4 +51,4 @@ types-pytz==2024.1.0.20240417
|
|||||||
types-PyYAML==6.0.12.20240311
|
types-PyYAML==6.0.12.20240311
|
||||||
types-requests==2.31.0.3
|
types-requests==2.31.0.3
|
||||||
types-xmltodict==0.13.0.3
|
types-xmltodict==0.13.0.3
|
||||||
uv==0.2.27
|
uv==0.4.8
|
||||||
|
@ -14,7 +14,7 @@ WORKDIR "/github/workspace"
|
|||||||
COPY . /usr/src/homeassistant
|
COPY . /usr/src/homeassistant
|
||||||
|
|
||||||
# Uv is only needed during build
|
# Uv is only needed during build
|
||||||
RUN --mount=from=ghcr.io/astral-sh/uv:0.2.27,source=/uv,target=/bin/uv \
|
RUN --mount=from=ghcr.io/astral-sh/uv:0.4.8,source=/uv,target=/bin/uv \
|
||||||
# Required for PyTurboJPEG
|
# Required for PyTurboJPEG
|
||||||
apk add --no-cache libturbojpeg \
|
apk add --no-cache libturbojpeg \
|
||||||
&& uv pip install \
|
&& uv pip install \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user