From 7f7574b08f5abad89b225d437e6a9dd7eaa0e93a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 01:23:18 +0000 Subject: [PATCH] chore(deps): update dependency astral-sh/uv to v0.11.5 --- .github/workflows/ci.yml | 2 +- .github/workflows/pre-commit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc0d6b9..013b422 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.4 + version: 0.11.5 activate-environment: 'true' - run: uv sync - name: Run tests diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index fc5e473..80cf13d 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -38,7 +38,7 @@ jobs: python-version: '3.14' - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 with: - version: 0.11.4 + version: 0.11.5 enable-cache: false - name: detect method id: detect