From 0e12e32f24f3c4183a5130cca54b8adb05d6eb07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:51:33 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 3.2.1 to 3.3.0 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.2.1 to 3.3.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/v3.2.1...v3.3.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cron-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron-test.yml b/.github/workflows/cron-test.yml index 5afbb86d12..299147b86f 100644 --- a/.github/workflows/cron-test.yml +++ b/.github/workflows/cron-test.yml @@ -37,7 +37,7 @@ jobs: with: python-version: '3.x' - - uses: pypa/cibuildwheel@v3.2.1 + - uses: pypa/cibuildwheel@v3.3.0 env: CIBW_BUILD: ${{ matrix.python }}-* CIBW_BEFORE_BUILD: python -m pip install wheel>=0.41.0 pip --upgrade