From 33c10ff08e691973503517673f449456972e5b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:08:59 +0000 Subject: [PATCH] Update cibuildwheel requirement from ==3.4.* to ==4.1.* 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.4...v4.1) --- updated-dependencies: - dependency-name: cibuildwheel dependency-version: 4.1.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 c429d49a5..9d4aa4018 100644 --- a/tools/wheel-requirements.txt +++ b/tools/wheel-requirements.txt @@ -1,3 +1,3 @@ abi3audit -cibuildwheel==3.4.* +cibuildwheel==4.1.* delvewheel==1.13.*; sys_platform == 'win32'