From b3bfe27c3d08c652edd77f64cca8e883bf65111c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:20:20 +0000 Subject: [PATCH] Update cmake requirement from <=4.2.1 to <=4.3.1 Updates the requirements on [cmake](https://github.com/scikit-build/cmake-python-distributions) to permit the latest version. - [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/0.1.0...4.3.1) --- updated-dependencies: - dependency-name: cmake dependency-version: 4.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d569249a8fe..2e509b3da6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ requires = [ "setuptools>=77,<=80.9.0", "wheel<=0.45.1", - "cmake<=4.2.1", + "cmake<=4.3.1", "patchelf<=0.17.2.4; sys_platform == 'linux' and platform_machine == 'x86_64'" ] build-backend = "setuptools.build_meta"