From cacca5f0d15162e1be50faef48acb93470f9ff7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 08:54:13 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 7.1.6 to 7.2.1 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.1.6 to 7.2.1. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/681c641aba71e4a1c380be3ab5e12ad51f415867...803947b9bd8e9f986429fa0c5a41c367cd732b41) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-python-uv-pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-python-uv-pytest.yml b/.github/workflows/reusable-python-uv-pytest.yml index c8608e1..81fbbc5 100644 --- a/.github/workflows/reusable-python-uv-pytest.yml +++ b/.github/workflows/reusable-python-uv-pytest.yml @@ -70,7 +70,7 @@ jobs: key: ${{ runner.os }}-tool-versions-${{ hashFiles('.tool-versions') }} - name: Set up Python ${{ matrix.python-version }} - uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 + uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 with: python-version: ${{ matrix.python-version }}