From f194d718896e84c5505b0a5d424e5f242a075bc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 15:19:32 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 2.23 to 3.1 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23 to 3.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.23...v3.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '3.1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_cuda.yml | 2 +- .github/workflows/build_cuda_windows.yml | 2 +- .github/workflows/build_default.yml | 2 +- .github/workflows/build_mkl.yml | 2 +- .github/workflows/build_mkl_windows.yml | 2 +- .github/workflows/build_wasm.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_cuda.yml b/.github/workflows/build_cuda.yml index 059f5405..3edb99aa 100644 --- a/.github/workflows/build_cuda.yml +++ b/.github/workflows/build_cuda.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@master - name: Build wheels - uses: pypa/cibuildwheel@v2.23 + uses: pypa/cibuildwheel@v3.1 with: package-dir: backend/cuda config-file: backend/cuda/cibuildwheel.toml diff --git a/.github/workflows/build_cuda_windows.yml b/.github/workflows/build_cuda_windows.yml index 434d44ec..dd6ec29f 100644 --- a/.github/workflows/build_cuda_windows.yml +++ b/.github/workflows/build_cuda_windows.yml @@ -51,7 +51,7 @@ jobs: del %TEMP%\cuda.exe - name: Build wheels - uses: pypa/cibuildwheel@v2.23 + uses: pypa/cibuildwheel@v3.1 with: package-dir: backend/cuda config-file: backend/cuda/cibuildwheel.toml diff --git a/.github/workflows/build_default.yml b/.github/workflows/build_default.yml index 793185a9..9bd1dea8 100644 --- a/.github/workflows/build_default.yml +++ b/.github/workflows/build_default.yml @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@master - name: Build wheels - uses: pypa/cibuildwheel@v2.23 + uses: pypa/cibuildwheel@v3.1 with: config-file: cibuildwheel.toml output-dir: wheelhouse diff --git a/.github/workflows/build_mkl.yml b/.github/workflows/build_mkl.yml index 8cb11185..762aae91 100644 --- a/.github/workflows/build_mkl.yml +++ b/.github/workflows/build_mkl.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@master - name: Build wheels - uses: pypa/cibuildwheel@v2.23 + uses: pypa/cibuildwheel@v3.1 with: package-dir: backend/mkl config-file: backend/mkl/cibuildwheel.toml diff --git a/.github/workflows/build_mkl_windows.yml b/.github/workflows/build_mkl_windows.yml index 5710466c..d4563f86 100644 --- a/.github/workflows/build_mkl_windows.yml +++ b/.github/workflows/build_mkl_windows.yml @@ -49,7 +49,7 @@ jobs: rd /s/q "webimage_base_extracted" - name: Build wheels - uses: pypa/cibuildwheel@v2.23 + uses: pypa/cibuildwheel@v3.1 with: package-dir: backend/mkl config-file: backend/mkl/cibuildwheel.toml diff --git a/.github/workflows/build_wasm.yml b/.github/workflows/build_wasm.yml index b26f598f..20abd4bd 100644 --- a/.github/workflows/build_wasm.yml +++ b/.github/workflows/build_wasm.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@master - name: Build wheels - uses: pypa/cibuildwheel@v2.23 + uses: pypa/cibuildwheel@v3.1 env: CIBW_PLATFORM: pyodide with: