mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Bump uv to 0.5.8 (#133036)
This commit is contained in:
@ -13,7 +13,7 @@ ENV \
|
||||
ARG QEMU_CPU
|
||||
|
||||
# Install uv
|
||||
RUN pip3 install uv==0.5.4
|
||||
RUN pip3 install uv==0.5.8
|
||||
|
||||
WORKDIR /usr/src
|
||||
|
||||
|
@ -65,7 +65,7 @@ standard-telnetlib==3.13.0;python_version>='3.13'
|
||||
typing-extensions>=4.12.2,<5.0
|
||||
ulid-transform==1.0.2
|
||||
urllib3>=1.26.5,<2
|
||||
uv==0.5.4
|
||||
uv==0.5.8
|
||||
voluptuous-openapi==0.0.5
|
||||
voluptuous-serialize==2.6.0
|
||||
voluptuous==0.15.2
|
||||
|
@ -75,7 +75,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.4",
|
||||
"uv==0.5.8",
|
||||
"voluptuous==0.15.2",
|
||||
"voluptuous-serialize==2.6.0",
|
||||
"voluptuous-openapi==0.0.5",
|
||||
|
@ -43,7 +43,7 @@ standard-telnetlib==3.13.0;python_version>='3.13'
|
||||
typing-extensions>=4.12.2,<5.0
|
||||
ulid-transform==1.0.2
|
||||
urllib3>=1.26.5,<2
|
||||
uv==0.5.4
|
||||
uv==0.5.8
|
||||
voluptuous==0.15.2
|
||||
voluptuous-serialize==2.6.0
|
||||
voluptuous-openapi==0.0.5
|
||||
|
@ -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.4,source=/uv,target=/bin/uv \
|
||||
RUN --mount=from=ghcr.io/astral-sh/uv:0.5.8,source=/uv,target=/bin/uv \
|
||||
# Required for PyTurboJPEG
|
||||
apk add --no-cache libturbojpeg \
|
||||
&& uv pip install \
|
||||
|
Reference in New Issue
Block a user