From d5ad58509bef448432b77c53e9096fc1b83940a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 13:29:44 +0000 Subject: [PATCH] chore(deps): update dependency astral-sh/uv to v0.9.22 --- .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 645ccff8c..f4aa8f771 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.9.1' + version: '0.9.22' cache-suffix: ${{inputs.python-version}} - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8173a1dd3..d195a33ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: enable-cache: false prune-cache: false python-version: 3.${{ matrix.python }} - version: "0.9.1" + version: "0.9.22" cache-suffix: 3.${{ matrix.python }} - name: Fetch tags