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"},