From 098cc98e5f2822ea0a76b6c5bb4661636690ac19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 16:03:45 +0000 Subject: [PATCH] chore(deps-dev): bump cmake from 4.3.4 to 4.4.0 Bumps [cmake](https://github.com/scikit-build/cmake-python-distributions) from 4.3.4 to 4.4.0. - [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.4...4.4.0) --- updated-dependencies: - dependency-name: cmake dependency-version: 4.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a17346..0a619c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [] [dependency-groups] dev = [ - "cmake==4.3.4", + "cmake==4.4.0", "clang-format==22.1.5", "gcovr>=8.6", "pre-commit>=4.5.1",