From 136f4695d0d9abf64020d9313ee2ed13f119be69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 21:02:04 +0000 Subject: [PATCH] Update dependency astral-sh/uv to v0.11.14 --- .github/actions/setup-environment/action.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-environment/action.yml b/.github/actions/setup-environment/action.yml index b0225eadc..600698e6c 100644 --- a/.github/actions/setup-environment/action.yml +++ b/.github/actions/setup-environment/action.yml @@ -15,7 +15,7 @@ runs: enable-cache: true prune-cache: false python-version: ${{ inputs.python-version }} - version: '0.5.24' + version: '0.11.14' cache-suffix: ${{inputs.python-version}} - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6dbbcb609..4ec17cda1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: enable-cache: true prune-cache: false python-version: "3.12" # Use single Python version for building - version: '0.5.24' + version: '0.11.14' - name: Fetch tags if: ${{ inputs.release-tag || startsWith(github.ref, 'refs/tags/') }}