diff --git a/.github/renovate.json b/.github/renovate.json index c32032b..ff201ca 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -33,7 +33,7 @@ } ], "constraints": { - "uv": "0.11.1" + "uv": "0.11.2" }, "labels": [ "dependencies" diff --git a/.mise.toml b/.mise.toml index 53f52a8..21cd35f 100644 --- a/.mise.toml +++ b/.mise.toml @@ -6,5 +6,5 @@ pinact = "3.9.0" python = "3.14.3" ruff = "0.15.8" ty = "0.0.21" -uv = "0.11.1" +uv = "0.11.2" zizmor = "1.23.0" diff --git a/Dockerfile b/Dockerfile index 63acc5a..0ae42cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM dhi.io/python:3.14.3-debian13-dev@sha256:5e79fe77bdf98210f443d4a79fc87ad2c4da3e7047432752ba0a38094ac3b6fa AS builder WORKDIR /build/ -COPY --from=ghcr.io/astral-sh/uv:0.11.1@sha256:fc93e9ecd7218e9ec8fba117af89348eef8fd2463c50c13347478769aaedd0ce /uv /usr/local/bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.11.2@sha256:c4f5de312ee66d46810635ffc5df34a1973ba753e7241ce3a08ef979ddd7bea5 /uv /usr/local/bin/uv COPY pyproject.toml uv.lock /build/ RUN uv sync --frozen --no-dev