From a856a48a91f141083b911d1dfe90c72f33527506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 20:13:19 +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 ed07c7622496a021a7c05439fd0c5f19a610125b to 12d13f90bc3a5a1971bebad4beb09a4dfa962e91 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/ed07c7622496a021a7c05439fd0c5f19a610125b...12d13f90bc3a5a1971bebad4beb09a4dfa962e91) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 12d13f90bc3a5a1971bebad4beb09a4dfa962e91 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 0ffe005..eece67f 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@ed07c7622496a021a7c05439fd0c5f19a610125b + uses: astral-sh/setup-uv@12d13f90bc3a5a1971bebad4beb09a4dfa962e91 - name: Generate coverage report run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8da3d52..22ac7b4 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@ed07c7622496a021a7c05439fd0c5f19a610125b + uses: astral-sh/setup-uv@12d13f90bc3a5a1971bebad4beb09a4dfa962e91 - name: Run test suite run: uv run --with-requirements requirements.txt python -m unittest discover -s tests -p 'test_*.py'