From 0745dcc64dc2a2f27856cd6bb013a3e60bd6b0eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 15:53:46 +0000 Subject: [PATCH] chore(deps-dev): bump cmake from 4.4.0 to 4.4.2 Bumps [cmake](https://github.com/scikit-build/cmake-python-distributions) from 4.4.0 to 4.4.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.4.0...4.4.2) --- updated-dependencies: - dependency-name: cmake dependency-version: 4.4.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 cb11e53..9673bd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [] [dependency-groups] dev = [ - "cmake==4.4.0", + "cmake==4.4.2", "clang-format==22.1.8", "gcovr>=8.6", "pre-commit>=4.5.1",