From e8e65a62b27488d97e58e09f3c585ec12b541909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:26:56 +0000 Subject: [PATCH 1/2] Bump pypa/cibuildwheel from 2.23.3 to 3.0.0 in the actions group Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.23.3 to 3.0.0 - [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/faf86a6ed7efa889faf6996aa23820831055001a...5f22145df44122af0f5a201f93cf0207171beca7) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cuda-ci.yml | 2 +- .github/workflows/emscripten.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cuda-ci.yml b/.github/workflows/cuda-ci.yml index 028ff06903e8a..49bdaed720b5d 100644 --- a/.github/workflows/cuda-ci.yml +++ b/.github/workflows/cuda-ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a + uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 env: CIBW_BUILD: cp313-manylinux_x86_64 CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014 diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml index 6ed68496de8b2..dbd2439e9b32d 100644 --- a/.github/workflows/emscripten.yml +++ b/.github/workflows/emscripten.yml @@ -67,7 +67,7 @@ jobs: with: persist-credentials: false - - uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a + - uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 env: CIBW_PLATFORM: pyodide SKLEARN_SKIP_OPENMP_TEST: "true" From fca11cf305889b0463afc11f30aae8419b20b7b7 Mon Sep 17 00:00:00 2001 From: Olivier Grisel Date: Wed, 2 Jul 2025 09:34:08 +0200 Subject: [PATCH 2/2] Trigger [cd build] CI