From 0eb6fd43772f2d06fdf23fd3fc05fa87962b38ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 16:26:44 +0000 Subject: [PATCH] build(deps): bump astral-sh/setup-uv from 8.3.2 to 9.0.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.3.2 to 9.0.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/11f9893b081a58869d3b5fccaea48c9e9e46f990...c771a70e6277c0a99b617c7a806ffedaca235ff9) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/chore-automerge-dependabot-prs.yml | 2 +- .github/workflows/chore-review-major-dependabot-update.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/investigate-security-alert.yml | 2 +- .github/workflows/scheduled-sweep.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/chore-automerge-dependabot-prs.yml b/.github/workflows/chore-automerge-dependabot-prs.yml index c3de4b4..8772033 100644 --- a/.github/workflows/chore-automerge-dependabot-prs.yml +++ b/.github/workflows/chore-automerge-dependabot-prs.yml @@ -49,7 +49,7 @@ jobs: with: python-version: '3.11' - - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v6 + - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v6 - name: Install Python dependencies run: | diff --git a/.github/workflows/chore-review-major-dependabot-update.yml b/.github/workflows/chore-review-major-dependabot-update.yml index 78189e8..81956a3 100644 --- a/.github/workflows/chore-review-major-dependabot-update.yml +++ b/.github/workflows/chore-review-major-dependabot-update.yml @@ -118,7 +118,7 @@ jobs: with: python-version: ${{ steps.config.outputs.python_version || '3.11' }} - - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v6 + - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v6 - name: Install BLEnder Python dependencies run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a21154..e4d7287 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6 with: persist-credentials: false - - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v6 + - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v6 - name: Run ruff check run: uv run --extra dev ruff check scripts/ - name: Run ruff format check @@ -70,6 +70,6 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6 with: persist-credentials: false - - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v6 + - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v6 - name: Run tests run: uv run --extra test pytest --cov --cov-report=term-missing tests/ diff --git a/.github/workflows/investigate-security-alert.yml b/.github/workflows/investigate-security-alert.yml index d47aa69..2a23398 100644 --- a/.github/workflows/investigate-security-alert.yml +++ b/.github/workflows/investigate-security-alert.yml @@ -69,7 +69,7 @@ jobs: with: python-version: '3.11' - - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v6 + - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v6 - name: Install Python dependencies run: | diff --git a/.github/workflows/scheduled-sweep.yml b/.github/workflows/scheduled-sweep.yml index f363ab4..978fbd8 100644 --- a/.github/workflows/scheduled-sweep.yml +++ b/.github/workflows/scheduled-sweep.yml @@ -29,7 +29,7 @@ jobs: with: python-version: '3.11' - - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v6 + - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v6 - name: Install Python dependencies run: |