Skip to content

Commit 5ce4ee1

Browse files
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](scikit-build/cmake-python-distributions@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] <support@github.com>
1 parent 5a18d87 commit 5ce4ee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ backend-path = ["tools/pylib/_boutpp_build/"]
77

88
[dependency-groups]
99
dev = [
10-
"cmake~=4.2",
10+
"cmake~=4.3",
1111
"clang-format~=22.0",
1212
"clang-tidy~=22.0",
1313
"clangd~=22.0",

0 commit comments

Comments
 (0)