From a196c3928ea901307c58c79ea83a9f739f6cf9a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 00:46:42 +0000 Subject: [PATCH] Update dependency astral-sh/uv to v0.9.27 --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4f2c55..c4bf4b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 with: - version: "0.9.18" + version: "0.9.27" - name: Install Python run: uv python install 3.13 @@ -56,7 +56,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 with: - version: "0.9.18" + version: "0.9.27" - name: Install Python run: uv python install 3.13 @@ -85,7 +85,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 with: - version: "0.9.18" + version: "0.9.27" - name: Install Python ${{ matrix.python-version }} run: uv python install ${{ matrix.python-version }} @@ -125,7 +125,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 with: - version: "0.9.18" + version: "0.9.27" - name: Build package run: uv build --no-sources diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e775d15..98b6973 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@45cfcb3be5323e8be48c8a1849f80be7e5152a90 with: - version: "0.9.18" + version: "0.9.27" enable-cache: false - name: Install Python 3.13 @@ -78,7 +78,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@45cfcb3be5323e8be48c8a1849f80be7e5152a90 with: - version: "0.9.18" + version: "0.9.27" enable-cache: false - name: Download artifacts @@ -116,7 +116,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@45cfcb3be5323e8be48c8a1849f80be7e5152a90 with: - version: "0.9.18" + version: "0.9.27" enable-cache: false - name: Download artifacts