From b8520290124132146fe86f345deaf17b2373be22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 20:37:32 +0000 Subject: [PATCH 1/2] 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/ci.yml | 2 +- .github/workflows/release.yml | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91e7f795..baa40005 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: allow-prereleases: true - name: Get Packages - uses: actions/download-artifact@v7.0.0 + uses: actions/download-artifact@v8.0.0 with: name: ${{ needs.package.outputs.artifact-name }} path: dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9884f5e..5325ec28 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: python-version: "3.x" - name: Get packages - uses: actions/download-artifact@v7.0.0 + uses: actions/download-artifact@v8.0.0 with: name: ${{ needs.ci.outputs.artifact-name }} path: dist diff --git a/pyproject.toml b/pyproject.toml index a79cbb20..f09ec70e 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" @@ -54,7 +54,7 @@ towncrier = [ ] tox-uv = [ - "tox-uv == 1.29.0", + "tox-uv == 1.33.0", ] dev = [ From 1e5ea8b3dc4cdf5953530b2d67e9663cdb504d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 20:52:06 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/199.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/199.misc.rst diff --git a/changes/199.misc.rst b/changes/199.misc.rst new file mode 100644 index 00000000..07b2f473 --- /dev/null +++ b/changes/199.misc.rst @@ -0,0 +1 @@ +Updated actions/download-artifact in the dependencies group.