From bdd4939a6deaf72a77b6b4914e4636712153a5f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 14:03:26 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 5 to 6 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 6. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v5...v6) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/doc.yaml | 2 +- .github/workflows/publish.yaml | 2 +- .github/workflows/pytest.yaml | 4 ++-- .github/workflows/stubs.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/doc.yaml b/.github/workflows/doc.yaml index cc74a69..49c73b8 100644 --- a/.github/workflows/doc.yaml +++ b/.github/workflows/doc.yaml @@ -20,7 +20,7 @@ jobs: with: python-version: 3.11 - run: sudo apt update && sudo apt install -y optipng - - uses: astral-sh/setup-uv@v5 + - uses: astral-sh/setup-uv@v6 - run: uv pip install --quiet --system .[doc] - run: template sys-info --developer - run: make -C doc html diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f1d997b..3250de3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.11 - - uses: astral-sh/setup-uv@v5 + - uses: astral-sh/setup-uv@v6 - run: uv pip install --quiet --system -e .[build,stubs] - run: template sys-info --developer - run: python tools/stubgen.py diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 5b99a96..2faf9f8 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -30,7 +30,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - - uses: astral-sh/setup-uv@v5 + - uses: astral-sh/setup-uv@v6 - run: uv pip install --quiet --system .[test] - run: template sys-info --developer - run: pytest template --cov=template --cov-report=xml --cov-config=pyproject.toml @@ -57,7 +57,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - - uses: astral-sh/setup-uv@v5 + - uses: astral-sh/setup-uv@v6 - name: Install package run: | uv pip install --quiet --system .[test] diff --git a/.github/workflows/stubs.yaml b/.github/workflows/stubs.yaml index dd26b25..c7a62e2 100644 --- a/.github/workflows/stubs.yaml +++ b/.github/workflows/stubs.yaml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.11 - - uses: astral-sh/setup-uv@v5 + - uses: astral-sh/setup-uv@v6 - run: uv pip install --quiet --system -e .[stubs] - run: template sys-info --developer - run: python tools/stubgen.py