Bump uv to 0.7.1 (#143957)

* Bump uv to 0.6.17

* Bump uv to 0.7.1
This commit is contained in:
Robert Resch
2025-04-30 16:16:55 +02:00
committed by GitHub
parent 80e4f19172
commit 819be719ef
5 changed files with 5 additions and 5 deletions

2
Dockerfile generated
View File

@ -31,7 +31,7 @@ RUN \
&& go2rtc --version && go2rtc --version
# Install uv # Install uv
RUN pip3 install uv==0.6.10 RUN pip3 install uv==0.7.1
WORKDIR /usr/src WORKDIR /usr/src

View File

@ -69,7 +69,7 @@ standard-telnetlib==3.13.0
typing-extensions>=4.13.0,<5.0 typing-extensions>=4.13.0,<5.0
ulid-transform==1.4.0 ulid-transform==1.4.0
urllib3>=1.26.5,<2 urllib3>=1.26.5,<2
uv==0.6.10 uv==0.7.1
voluptuous-openapi==0.0.7 voluptuous-openapi==0.0.7
voluptuous-serialize==2.6.0 voluptuous-serialize==2.6.0
voluptuous==0.15.2 voluptuous==0.15.2

View File

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

2
requirements.txt generated
View File

@ -54,7 +54,7 @@ standard-telnetlib==3.13.0
typing-extensions>=4.13.0,<5.0 typing-extensions>=4.13.0,<5.0
ulid-transform==1.4.0 ulid-transform==1.4.0
urllib3>=1.26.5,<2 urllib3>=1.26.5,<2
uv==0.6.10 uv==0.7.1
voluptuous==0.15.2 voluptuous==0.15.2
voluptuous-serialize==2.6.0 voluptuous-serialize==2.6.0
voluptuous-openapi==0.0.7 voluptuous-openapi==0.0.7

View File

@ -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.6.10,source=/uv,target=/bin/uv \ RUN --mount=from=ghcr.io/astral-sh/uv:0.7.1,source=/uv,target=/bin/uv \
# Uv creates a lock file in /tmp # Uv creates a lock file in /tmp
--mount=type=tmpfs,target=/tmp \ --mount=type=tmpfs,target=/tmp \
# Required for PyTurboJPEG # Required for PyTurboJPEG