From 4789f7f1312910ee934d7ec84e930dccfeaefa1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 14:27:05 +0000 Subject: [PATCH] Update cibuildwheel requirement from ==3.1.* to ==3.3.* in /tools Updates the requirements on [cibuildwheel](https://github.com/pypa/cibuildwheel) to permit the latest version. - [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.1...v3.3) --- updated-dependencies: - dependency-name: cibuildwheel dependency-version: 3.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/wheel-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wheel-requirements.txt b/tools/wheel-requirements.txt index 9abcc645b..3e5e08860 100644 --- a/tools/wheel-requirements.txt +++ b/tools/wheel-requirements.txt @@ -1,3 +1,3 @@ abi3audit -cibuildwheel==3.1.* +cibuildwheel==3.3.* delvewheel==1.11.*; sys_platform == 'win32'