From 5ce4ee1dde34c69bdfe97f0d08dd4b274e2b70e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:32:25 +0000 Subject: [PATCH] Update cmake requirement from ~=4.2 to ~=4.3 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/4.2.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 f7ccf83cff..ec570dc347 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ backend-path = ["tools/pylib/_boutpp_build/"] [dependency-groups] dev = [ - "cmake~=4.2", + "cmake~=4.3", "clang-format~=22.0", "clang-tidy~=22.0", "clangd~=22.0",