From 8871055f5db1a3d9458dfd38414d962057787987 Mon Sep 17 00:00:00 2001 From: "enechange-renovate[bot]" <254051205+enechange-renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 10:40:44 +0000 Subject: [PATCH] chore(deps): update uv to v0.11.2 --- .github/renovate.json | 2 +- .mise.toml | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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