From a81c20a5bbba9ffc8519ab3195de029f1f37e7c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 12:09:28 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 3.0.1 to 3.1.4 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.0.1 to 3.1.4. - [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.0.1...v3.1.4) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/python-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-packages.yml b/.github/workflows/python-packages.yml index 1db7011..60c274b 100644 --- a/.github/workflows/python-packages.yml +++ b/.github/workflows/python-packages.yml @@ -82,7 +82,7 @@ jobs: platforms: all - name: "Build wheels" - uses: pypa/cibuildwheel@v3.0.1 + uses: pypa/cibuildwheel@v3.1.4 env: CIBW_ARCHS: ${{ matrix.cibw_archs }} CIBW_SKIP: ${{ matrix.cibw_skip }}