From a58288ce214e164e716d6b35ad07fce106789ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 21:42:00 +0000 Subject: [PATCH] chore(deps-dev): bump cmake from 4.3.2 to 4.3.4 Bumps [cmake](https://github.com/scikit-build/cmake-python-distributions) from 4.3.2 to 4.3.4. - [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.2...4.3.4) --- updated-dependencies: - dependency-name: cmake dependency-version: 4.3.4 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 5b012a5..06c555a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [] [dependency-groups] dev = [ - "cmake==4.3.2", + "cmake==4.3.4", "clang-format==22.1.5", "gcovr>=8.6", "pre-commit>=4.5.1",