From ffe6844164f6c027abe32902f6c3e6032b724d3d Mon Sep 17 00:00:00 2001 From: "khepri-bot[bot]" <269588972+khepri-bot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 02:56:01 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/ci.yaml | 2 +- .github/workflows/publish.yaml | 2 +- .github/workflows/renovate.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a98effc..e372b5b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 + - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5db6e71..238c1f3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 + - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 - name: Build sdist and wheel run: make build diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 866d645..0d71c58 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Run Renovate - uses: renovatebot/github-action@44f24283a60f64273f1294932f16ba61193cccca # v46.1.0 + uses: renovatebot/github-action@abd08c7549b2a864af5df4a2e369c43f035a6a9d # v46.1.5 env: RENOVATE_REPOSITORIES: ${{ github.repository }} LOG_LEVEL: 'debug'