From f3608bfe70b7730c60f95cc4ec6af43715c9e30d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 10:13:56 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 3.4.0 to 4.1.1 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.4.0 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.0...v4.1.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test_python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_python.yml b/.github/workflows/test_python.yml index 4deec662..7ec1d235 100644 --- a/.github/workflows/test_python.yml +++ b/.github/workflows/test_python.yml @@ -70,7 +70,7 @@ jobs: echo MACOSX_DEPLOYMENT_TARGET=10.13 >> $GITHUB_ENV; fi - name: Build wheel - uses: pypa/cibuildwheel@v3.4.0 + uses: pypa/cibuildwheel@v4.1.1 with: extras: uv output-dir: dist