From 6cf82e18202ec20bd53489ee2ab4c816a2833eb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 00:26:01 +0000 Subject: [PATCH] chore(deps): update dependency astral-sh/uv to v0.9.30 --- .github/workflows/pre-commit.yml | 2 +- .github/workflows/setup.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 75e447f..0dcc7ae 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -46,7 +46,7 @@ jobs: python-version: '3.14' - uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1 with: - version: 0.9.29 + version: 0.9.30 enable-cache: false - name: detect method id: detect diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 5b6874b..523d85b 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -25,7 +25,7 @@ jobs: with: enable-cache: true cache-dependency-glob: '' - version: 0.9.29 + version: 0.9.30 - name: build sdist run: uv build - name: twine @@ -56,7 +56,7 @@ jobs: steps: - uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1 with: - version: 0.9.29 + version: 0.9.30 - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: dist