From a57d2b5c2ef81735b0612bbd706712d80565cd06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 21:25:12 +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/v8.3.2...v9.0.0) --- 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/deploy.yml | 2 +- .github/workflows/weekly-deps-refresh.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d5127c7..0679702 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: # specific versions like v8.1.0. Pin to the exact tag and # bump manually when there's a reason to. v8.x is the first # Node.js 24-ready major. - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v9.0.0 - name: Set up Python run: uv python install 3.12 diff --git a/.github/workflows/weekly-deps-refresh.yml b/.github/workflows/weekly-deps-refresh.yml index 051be58..cd8c752 100644 --- a/.github/workflows/weekly-deps-refresh.yml +++ b/.github/workflows/weekly-deps-refresh.yml @@ -43,7 +43,7 @@ jobs: # ── Backend — uv lock --upgrade, then deploy.yml's backend gates ── - name: Install uv - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v9.0.0 - name: Set up Python run: uv python install 3.12 - name: Upgrade backend lock (within pyproject constraints)