From 4a0b377d1e045941316d278acdc2f55fae02d5ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:16:38 +0000 Subject: [PATCH] build(deps): bump pypa/cibuildwheel from 3.4.1 to 4.1.1 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.4.1 to 4.1.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/v3.4.1...v4.1.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1afe3852..b74ec09b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: - uses: actions/checkout@v7 - name: Build wheels - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.1.1 - uses: actions/upload-artifact@v7 with: @@ -75,7 +75,7 @@ jobs: echo "PYODIDE_VERSION=${{ vars.PYODIDE_VERSION || '0.27.5' }}" - name: Build Pyodide wheel - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.1.1 env: CIBW_PLATFORM: pyodide