From dbb0caf927a70229fc686669bdc88f8ff87c61a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:06:45 +0000 Subject: [PATCH] ci: bump pypa/cibuildwheel from 4.2.0 to 4.2.1 in the actions group Bumps the actions group with 1 update: [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/reusable-build-native-and-wasm-wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-build-native-and-wasm-wheels.yml b/.github/workflows/reusable-build-native-and-wasm-wheels.yml index c9a08eb..25ba76d 100644 --- a/.github/workflows/reusable-build-native-and-wasm-wheels.yml +++ b/.github/workflows/reusable-build-native-and-wasm-wheels.yml @@ -61,7 +61,7 @@ jobs: fi - name: Build native wheels - uses: pypa/cibuildwheel@v4.2.0 + uses: pypa/cibuildwheel@v4.2.1 - name: Upload native wheels uses: actions/upload-artifact@v7 @@ -99,7 +99,7 @@ jobs: uses: android-actions/setup-android@v4 - name: Build Android wheels - uses: pypa/cibuildwheel@v4.2.0 + uses: pypa/cibuildwheel@v4.2.1 env: CIBW_PLATFORM: android ANDROID_HOME: ${{ env.ANDROID_SDK_ROOT }} @@ -135,7 +135,7 @@ jobs: # cp313/pyemscripten_2025_0 and cp314/pyemscripten_2026_0. The retired # scripts/build_pyodide_wheel.sh produced only the latter. - name: Build WASM wheels - uses: pypa/cibuildwheel@v4.2.0 + uses: pypa/cibuildwheel@v4.2.1 env: CIBW_PLATFORM: pyodide