From a08f4b8ae442309b17763bab3101f404e4797d0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 11:46:03 +0000 Subject: [PATCH] chore(deps): update dependency astral-sh/uv to v0.11.7 --- .github/workflows/pre-commit.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 49fa0c1..1d6e56c 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -38,7 +38,7 @@ jobs: python-version: '3.14' - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 with: - version: 0.11.6 + version: 0.11.7 enable-cache: false - name: detect method id: detect diff --git a/Dockerfile b/Dockerfile index 628e7b1..2d41276 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM ubuntu:questing-20251217@sha256:4a9232cc47bf99defcc8860ef6222c99773330367fc ARG TARGETARCH # renovate: datasource=github-releases depName=astral-sh/uv versioning=pep440 -ENV UV_VERSION=0.11.6 +ENV UV_VERSION=0.11.7 ENV PYVERSION=3.14 ENV UV_PYTHON_INSTALL_DIR=/opt/python ENV UV_CACHE_DIR=/tmp/.uv-cache