From 030e9e3909687633004cf7361db7572a436fd99b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 04:04:29 +0000 Subject: [PATCH 1/2] deps(workflows): bump pypa/cibuildwheel from 4.0 to 4.1 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 4.0 to 4.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/v4.0...v4.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '4.1' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8964006..272f7387 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -311,7 +311,7 @@ jobs: - name: Build wheels if: matrix.python-version != '3.13t' - uses: pypa/cibuildwheel@v4.0 + uses: pypa/cibuildwheel@v4.1 env: CIBW_BUILD: ${{ env.CIBW_BUILD }} CIBW_PLATFORM: ${{ matrix.target.platform }} From c0cce310b5eeaa1bf69ad772476043bb4daaadfc Mon Sep 17 00:00:00 2001 From: Xuehai Pan Date: Mon, 15 Jun 2026 15:27:31 +0800 Subject: [PATCH 2/2] chore(pre-commit): update pre-commit hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f9377493..785bacb9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: hooks: - id: cpplint - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.12 + rev: v0.15.17 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] @@ -50,7 +50,7 @@ repos: - id: codespell additional_dependencies: [".[toml]"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.0.0 + rev: v2.1.0 hooks: - id: mypy exclude: |