From 97965dfc5e643d02f20434585afa7effe27c6170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 20:33:46 +0000 Subject: [PATCH] Bump actions/download-artifact in the dependencies group Bumps the dependencies group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7.0.0...v8.0.0) Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [tox-uv](https://github.com/tox-dev/tox-uv) and [setuptools](https://github.com/pypa/setuptools). Updates `tox-uv` from 1.29.0 to 1.33.0 - [Release notes](https://github.com/tox-dev/tox-uv/releases) - [Commits](https://github.com/tox-dev/tox-uv/compare/1.29.0...1.33.0) Updates `setuptools` from 80.10.2 to 82.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v80.10.2...v82.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: tox-uv dependency-version: 1.33.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: setuptools dependency-version: 82.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7b5efa..170af21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: python-version: "3.x" - name: Get packages - uses: actions/download-artifact@v7.0.0 + uses: actions/download-artifact@v8.0.0 with: pattern: Packages path: dist diff --git a/pyproject.toml b/pyproject.toml index 547eb5a..f3e09a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==80.10.2", + "setuptools==82.0.0", "setuptools_scm==9.2.2", ] build-backend = "setuptools.build_meta" @@ -60,7 +60,7 @@ test = [ ] ci = [ "setuptools_scm == 9.2.2", - "tox-uv == 1.29.0", + "tox-uv == 1.33.0", ] dev = [ {include-group = "pre-commit"},