From fe8cb4d241973743b1baf8506a9b87eb6a675351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 18:06:49 +0000 Subject: [PATCH 1/2] Bump actions/upload-artifact in /.github/workflows in the actions group Bumps the actions group in /.github/workflows with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/b7c566a772e6b6bfb58ed0dc250532a479d7789f...bbbca2ddaa5d8feaa63e36b76fdaad77386f024f) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/wheels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 95638ea2e..7e9bacb82 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -31,7 +31,7 @@ jobs: CIBW_PROJECT_REQUIRES_PYTHON: ">=3.11" CIBW_SKIP: pp* - - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: wheels-${{ matrix.os }} path: ./wheelhouse/*.whl From 7dafa20e4f8afb6ecf5c93c8c83ba7bbd53ab1d8 Mon Sep 17 00:00:00 2001 From: Andrew Hearin Date: Mon, 2 Mar 2026 15:59:30 -0600 Subject: [PATCH 2/2] Switch extras to docs rather than all --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0d2ee9226..d624a61c9 100644 --- a/tox.ini +++ b/tox.ini @@ -53,7 +53,7 @@ deps = # The following indicates which extras_require from setup.cfg will be installed extras = test - alldeps: all + alldeps: docs commands = pip freeze