From 5edecd8462c6c342a655a830bf52323431ab0220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 22:13:45 +0000 Subject: [PATCH] build(deps): bump pypa/cibuildwheel from 4.1.0 to 4.2.1 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 4.1.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.1.0...v4.2.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/python-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d62b1b98..bfea6066 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -546,7 +546,7 @@ jobs: toolchain: ${{ matrix.toolchain }} targets: wasm32-unknown-emscripten components: rust-src - - uses: pypa/cibuildwheel@v4.1.0 + - uses: pypa/cibuildwheel@v4.2.1 with: package-dir: ./bindings/python env: diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 35bae45c..52007947 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -306,7 +306,7 @@ jobs: toolchain: ${{ matrix.toolchain }} targets: wasm32-unknown-emscripten components: rust-src - - uses: pypa/cibuildwheel@v4.1.0 + - uses: pypa/cibuildwheel@v4.2.1 with: package-dir: ./bindings/python output-dir: ./bindings/python/dist