From 9586b5ffa472c821e1812dc3fcb24985f87ab6f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 02:37:48 +0000 Subject: [PATCH] build(deps): bump pypa/cibuildwheel from 2.22.0 to 3.1.2 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22.0 to 3.1.2. - [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/v2.22.0...v3.1.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1f343c..a3d86f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: platforms: all - name: Build wheels for ${{matrix.python-version}} on ${{matrix.os}} - uses: pypa/cibuildwheel@v2.22.0 + uses: pypa/cibuildwheel@v3.1.2 env: CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28 CIBW_BUILD: "cp${{matrix.python-version}}-manylinux_x86_64 cp${{matrix.python-version}}-macosx_x86_64 cp${{matrix.python-version}}-macosx_universal2 cp${{matrix.python-version}}-macosx_arm64" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ebffd6b..583dad0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -61,7 +61,7 @@ jobs: platforms: arm64 - name: Build wheels for ${{matrix.python-version}} on ${{matrix.os}} - uses: pypa/cibuildwheel@v2.22.0 + uses: pypa/cibuildwheel@v3.1.2 env: CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28 CIBW_BUILD: "cp${{matrix.python-version}}-manylinux_x86_64 cp${{matrix.python-version}}-macosx_x86_64 cp${{matrix.python-version}}-macosx_universal2 cp${{matrix.python-version}}-macosx_arm64"