From 170194bee9df00ee668960c870615085c9034991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 16:42:00 +0000 Subject: [PATCH] Bump pypa/cibuildwheel Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from a0a973acdc9e7b7f8b04ac5c80e6883a5a102615 to 294735312765b09d24a2fbec22660ce817587d55. - [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/a0a973acdc9e7b7f8b04ac5c80e6883a5a102615...294735312765b09d24a2fbec22660ce817587d55) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 294735312765b09d24a2fbec22660ce817587d55 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 8f736b0..ee4883e 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -123,7 +123,7 @@ jobs: enable-cache: true - name: Build wheels - uses: pypa/cibuildwheel@a0a973acdc9e7b7f8b04ac5c80e6883a5a102615 # v4.1.0 + uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0 env: CIBW_PLATFORM: ${{ matrix.platform || 'auto' }} with: