From 3fe627bdde63f3f718cec01f6aa03f6b50426c0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 04:13:05 +0000 Subject: [PATCH] Bump cibuildwheel from 3.2.0 to 3.2.1 Bumps [cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.2.0 to 3.2.1. - [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...v3.2.1) --- updated-dependencies: - dependency-name: cibuildwheel dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e507f5a..d0fea94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ Documentation = "https://piqtree.readthedocs.io" [project.optional-dependencies] dev = [ - "cibuildwheel==3.2.0", + "cibuildwheel==3.2.1", "pybind11==3.0.1", "delvewheel==1.11.2", "scriv",