From 379acf5a21352accfdab789e0e928fc2aef8a1ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 01:14:38 +0000 Subject: [PATCH] chore(deps): update dependency astral-sh/uv to v0.11.19 --- .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 62b30ab..e11a1fd 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@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: - version: 0.11.17 + version: 0.11.19 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e4d678..b5acefd 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.17 + version: 0.11.19 activate-environment: 'true' - run: uv sync - name: Run tests