From bdc2a2e659827c4cf613af0e0af2b446c42c6af8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 02:52:03 +0000 Subject: [PATCH] build(deps): bump pypa/cibuildwheel from 2.22.0 to 3.0.1 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22.0 to 3.0.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/v2.22.0...v3.0.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.0.1 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..41ccef0 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.0.1 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..448e925 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.0.1 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"