From 333d662f2c794ba5aa7827d389583c062d66551a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 05:37:32 +0000 Subject: [PATCH] Bump cmake from 3.31.1 to 3.31.2 (#1046) Bumps [cmake](https://github.com/scikit-build/cmake-python-distributions) from 3.31.1 to 3.31.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/3.31.1...3.31.2) --- updated-dependencies: - dependency-name: cmake dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 7b034e474..81d672805 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ # Requirements building swig==4.3.0 -cmake==3.31.1 +cmake==3.31.2 #setuptools==67.5.0; python_version<"3.9" #setuptools==75.3.0; python_version>="3.9" setuptools==75.3.0