From 007922d257ccc629b05a30cdda0508c198b3f494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 15:56:14 +0000 Subject: [PATCH] Bump cmake from 4.3.1 to 4.3.2 Bumps [cmake](https://github.com/scikit-build/cmake-python-distributions) from 4.3.1 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/4.3.1...4.3.2) --- updated-dependencies: - dependency-name: cmake dependency-version: 4.3.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a6f06d..8a51dcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [] [dependency-groups] dev = [ - "cmake==4.3.1", + "cmake==4.3.2", "clang-format==22.1.3", "gcovr>=8.6", "pre-commit>=4.5.1",