From 2ec7c5cdb3b3f70798c75a3b66676388ac0a80b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 01:57:31 +0000 Subject: [PATCH] chore(deps): update dependency astral-sh/uv to v0.11.17 --- .github/actions/pre-commit-setup/action.yml | 2 +- .github/workflows/ci.yml | 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 44a8d6e..9b57624 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@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 with: - version: 0.11.16 + version: 0.11.17 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ec0395..40797ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: with: save-cache: ${{ github.ref == 'refs/heads/main' }} cache-suffix: ${{ steps.setup_python.outputs.python-version }} - version: 0.11.16 + version: 0.11.17 activate-environment: 'true' - run: uv sync - name: Run tests