From e695537bb3c96618bda470b6ae34e3b2885045d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 20:08:21 +0000 Subject: [PATCH] Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [hynek/build-and-inspect-python-package](https://github.com/hynek/build-and-inspect-python-package), [actions/download-artifact](https://github.com/actions/download-artifact) and [ncipollo/release-action](https://github.com/ncipollo/release-action). Updates `hynek/build-and-inspect-python-package` from 2.14.0 to 2.17.0 - [Release notes](https://github.com/hynek/build-and-inspect-python-package/releases) - [Changelog](https://github.com/hynek/build-and-inspect-python-package/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/build-and-inspect-python-package/compare/v2.14.0...v2.17.0) Updates `actions/download-artifact` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v8.0.0...v8.0.1) Updates `ncipollo/release-action` from 1.20.0 to 1.21.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.20.0...v1.21.0) Bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: [build](https://github.com/pypa/build), [setuptools-scm](https://github.com/pypa/setuptools-scm), [tox-uv](https://github.com/tox-dev/tox-uv) and [setuptools](https://github.com/pypa/setuptools). Updates `build` from 1.4.0 to 1.4.2 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.4.0...1.4.2) Updates `setuptools-scm` from 9.2.2 to 10.0.5 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/RELEASE_SYSTEM.md) - [Commits](https://github.com/pypa/setuptools-scm/compare/v9.2.2...setuptools-scm-v10.0.5) Updates `tox-uv` from 1.33.0 to 1.34.0 - [Release notes](https://github.com/tox-dev/tox-uv/releases) - [Commits](https://github.com/tox-dev/tox-uv/compare/1.33.0...1.34.0) Updates `setuptools` from 82.0.0 to 82.0.1 - [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/v82.0.0...v82.0.1) --- updated-dependencies: - dependency-name: hynek/build-and-inspect-python-package dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ncipollo/release-action dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: build dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: setuptools-scm dependency-version: 10.0.5 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: tox-uv dependency-version: 1.34.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 4 ++-- pyproject.toml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fca8b4..d0d52be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: fetch-depth: 0 - name: Build and inspect package - uses: hynek/build-and-inspect-python-package@v2.14.0 + uses: hynek/build-and-inspect-python-package@v2.17.0 with: attest-build-provenance-github: 'true' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 170af21..c4280ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,13 +29,13 @@ jobs: python-version: "3.x" - name: Get packages - uses: actions/download-artifact@v8.0.0 + uses: actions/download-artifact@v8.0.1 with: pattern: Packages path: dist - name: Create release - uses: ncipollo/release-action@v1.20.0 + uses: ncipollo/release-action@v1.21.0 with: name: ${{ env.VERSION }} draft: true diff --git a/pyproject.toml b/pyproject.toml index f3e09a9..e1debce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ - "setuptools==82.0.0", - "setuptools_scm==9.2.2", + "setuptools==82.0.1", + "setuptools_scm==10.0.5", ] build-backend = "setuptools.build_meta" @@ -36,7 +36,7 @@ classifiers = [ "Topic :: Utilities", ] dependencies = [ - "build == 1.4.0", + "build == 1.4.2", ] [project.scripts] @@ -60,7 +60,7 @@ test = [ ] ci = [ "setuptools_scm == 9.2.2", - "tox-uv == 1.33.0", + "tox-uv == 1.34.0", ] dev = [ {include-group = "pre-commit"},