From f1c9d81bffcdd5d93e3d6dd224720921a20cc1af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 23:06:31 +0000 Subject: [PATCH] ci: bump pypa/cibuildwheel in the actions group across 1 directory Bumps the actions group with 1 update in the / directory: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test-cpython.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-cpython.yml b/.github/workflows/test-cpython.yml index 875464c..0ab28f1 100644 --- a/.github/workflows/test-cpython.yml +++ b/.github/workflows/test-cpython.yml @@ -85,7 +85,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Build macOS wheels (no publish) - uses: pypa/cibuildwheel@v4.2.0 + uses: pypa/cibuildwheel@v4.2.1 - run: ls -l wheelhouse/ # The same non-publishing proof for Linux aarch64, on a native ARM @@ -103,7 +103,7 @@ jobs: # aarch64 on this runner, which is the property that makes the org # matrix change a one-line addition. - name: Build Linux aarch64 wheels (no publish) - uses: pypa/cibuildwheel@v4.2.0 + uses: pypa/cibuildwheel@v4.2.1 - run: ls -l wheelhouse/ # The `[render]` extra, which no other job installs (audioif#35). The test