From 67061cd640392336dfd32ba29a127df3c0a2d3fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 17:15:55 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 4.1 to 4.2 in the github-actions group Bumps the github-actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 4.1 to 4.2 - [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.1...v4.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '4.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build_wheels.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_wheels.yaml b/.github/workflows/build_wheels.yaml index d56baad..2f4f5cc 100644 --- a/.github/workflows/build_wheels.yaml +++ b/.github/workflows/build_wheels.yaml @@ -71,7 +71,7 @@ jobs: fetch-depth: 0 - name: Build wheels - uses: pypa/cibuildwheel@v4.1 + uses: pypa/cibuildwheel@v4.2 env: CIBW_ARCHS: ${{ matrix.cibw_archs }} CIBW_BUILD: ${{ matrix.cibw_build }} @@ -105,7 +105,7 @@ jobs: shell: bash - name: Build wheels - uses: pypa/cibuildwheel@v4.1 + uses: pypa/cibuildwheel@v4.2 env: CIBW_BUILD: ${{ matrix.cibw_build }} CIBW_TEST_REQUIRES: pytest @@ -138,7 +138,7 @@ jobs: shell: bash - name: Build wheels - uses: pypa/cibuildwheel@v4.1 + uses: pypa/cibuildwheel@v4.2 env: CIBW_ARCHS: ${{ matrix.cibw_archs }} CIBW_BUILD: ${{ matrix.cibw_build }}