From c31aebfc182dcd190aafcffabe79ed44dda08b8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 01:49:07 +0000 Subject: [PATCH] chore(deps): update dependency astral-sh/uv to v0.11.26 --- .github/actions/pre-commit-setup/action.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/pre-commit-setup/action.yml b/.github/actions/pre-commit-setup/action.yml index 706a072..b679ac3 100644 --- a/.github/actions/pre-commit-setup/action.yml +++ b/.github/actions/pre-commit-setup/action.yml @@ -22,4 +22,4 @@ runs: python-version: '3.14' - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: - version: 0.11.25 + version: 0.11.26 diff --git a/Dockerfile b/Dockerfile index 10b767c..fa41bdc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM ubuntu:26.04@sha256:b7f48194d4d8b763a478a621cdc81c27be222ba2206ca3ca6bc42b4 ARG TARGETARCH # renovate: datasource=github-releases depName=astral-sh/uv versioning=pep440 -ENV UV_VERSION=0.11.25 +ENV UV_VERSION=0.11.26 ENV PYVERSION=3.14 ENV UV_PYTHON_INSTALL_DIR=/opt/python ENV UV_CACHE_DIR=/tmp/.uv-cache