From f12a69f2b4189cf2ba24ce796bca265310465406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:41:36 +0000 Subject: [PATCH] Bump cibuildwheel from 3.3.0 to 3.3.1 Bumps [cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.3.0 to 3.3.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.3...v3.3.1) --- updated-dependencies: - dependency-name: cibuildwheel dependency-version: 3.3.1 dependency-type: direct:development 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 379844b..14ca654 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ email = "loewis@users.noreply.github.com" [project.optional-dependencies] dev = [ "bump-my-version==1.2.6", - "cibuildwheel==3.3.0", + "cibuildwheel==3.3.1", "pre-commit==4.5.1", ] tests = [