From 95488b1972c38cdfd89b9909e1770b9cd0f827ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:37:50 +0000 Subject: [PATCH] Update cmake requirement from ~=3.28.1 to ~=4.2.0 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/3.28.1...4.2.0) --- updated-dependencies: - dependency-name: cmake dependency-version: 4.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2a0fc0a3..c2a215bb 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -cmake~=3.28.1 +cmake~=4.2.0 black~=25.9.0 flynt~=1.0 isort[colors]~=6.0.1 diff --git a/pyproject.toml b/pyproject.toml index 37d71445..d928315b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ requires = [ "setuptools>=78.1.1", "pybind11[global]", # "pip install" from sources needs to build Pybind, which needs CMake too. - "cmake~=3.28.1", + "cmake~=4.2.0", ] build-backend = "setuptools.build_meta"