From 42326f31a91074d0a13ed99cdba6777271d05331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 02:11:11 +0000 Subject: [PATCH] ci(deps): 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/python-qis-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-qis-wheels.yml b/.github/workflows/python-qis-wheels.yml index 38cfa5ee8..51863a8ac 100644 --- a/.github/workflows/python-qis-wheels.yml +++ b/.github/workflows/python-qis-wheels.yml @@ -86,7 +86,7 @@ jobs: # if the hugr_qis compiler has changed, we build it. - name: Build selene-hugr-qis-compiler wheel - uses: pypa/cibuildwheel@v3.2.1 + uses: pypa/cibuildwheel@v3.3.0 with: package-dir: qis-compiler