From d7485d03e9a8bd54cb661f35e8b087caf4de95bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 15:57:38 +0000 Subject: [PATCH] Bump cmake from 3.27.9 to 4.3.2 in /utils/mlir_wheels Bumps [cmake](https://github.com/scikit-build/cmake-python-distributions) from 3.27.9 to 4.3.2. - [Release notes](https://github.com/scikit-build/cmake-python-distributions/releases) - [Changelog](https://github.com/scikit-build/cmake-python-distributions/blob/main/HISTORY.rst) - [Commits](https://github.com/scikit-build/cmake-python-distributions/compare/3.27.9...4.3.2) --- updated-dependencies: - dependency-name: cmake dependency-version: 4.3.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- utils/mlir_wheels/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/mlir_wheels/pyproject.toml b/utils/mlir_wheels/pyproject.toml index 6a48b1cf8d3..0e7eb4f6cc4 100644 --- a/utils/mlir_wheels/pyproject.toml +++ b/utils/mlir_wheels/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "wheel", "ninja", # i have no clue why but 3.28 will cause cmake to segfault when detecting ABI compatibility - "cmake==3.27.9", + "cmake==4.3.2", "pybind11[global]>=2.10.4", "numpy", "dataclasses",