From 8fda4ab3e49c16017bb872e5b1e66319ed4356ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 14:07:14 +0000 Subject: [PATCH] chore(deps): bump astral-sh/setup-uv in the github-actions group Bumps the github-actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 88aa608651c03dd9c5c3132acb9f2da90b3e6e15 to ba17a16c0afc72ea47311891c76009518d0cf1aa - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/88aa608651c03dd9c5c3132acb9f2da90b3e6e15...ba17a16c0afc72ea47311891c76009518d0cf1aa) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: ba17a16c0afc72ea47311891c76009518d0cf1aa dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c383fbd..4d58ae4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: cache: pip - name: Set up uv - uses: astral-sh/setup-uv@88aa608651c03dd9c5c3132acb9f2da90b3e6e15 + uses: astral-sh/setup-uv@ba17a16c0afc72ea47311891c76009518d0cf1aa - name: Generate coverage report run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8821428..530dfdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: cache: pip - name: Set up uv - uses: astral-sh/setup-uv@88aa608651c03dd9c5c3132acb9f2da90b3e6e15 + uses: astral-sh/setup-uv@ba17a16c0afc72ea47311891c76009518d0cf1aa - name: Run test suite run: uv run --with-requirements requirements.txt python -m unittest discover -s tests -p 'test_*.py'