From e8390bd1c7ddc3061cfdd794b48ece2404a3f9fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:33:28 +0000 Subject: [PATCH] chore(deps): update dependency astral-sh/uv to v0.11.8 --- .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 1b2126b..2b5892c 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@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 with: - version: 0.11.7 + version: 0.11.8 enable-cache: false - name: detect method id: detect diff --git a/Dockerfile b/Dockerfile index e37f8b5..a41277d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM ubuntu:26.04@sha256:5e275723f82c67e387ba9e3c24baa0abdcb268917f276a0561c97be ARG TARGETARCH # renovate: datasource=github-releases depName=astral-sh/uv versioning=pep440 -ENV UV_VERSION=0.11.7 +ENV UV_VERSION=0.11.8 ENV PYVERSION=3.14 ENV UV_PYTHON_INSTALL_DIR=/opt/python ENV UV_CACHE_DIR=/tmp/.uv-cache