From b7181c45a17ba422091d7b29d3110fea3ec224e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 19:28:48 +0000 Subject: [PATCH] Bump cmake from 3.27.7 to 3.28.1 Bumps [cmake](https://github.com/scikit-build/cmake-python-distributions) from 3.27.7 to 3.28.1. - [Release notes](https://github.com/scikit-build/cmake-python-distributions/releases) - [Changelog](https://github.com/scikit-build/cmake-python-distributions/blob/master/HISTORY.rst) - [Commits](https://github.com/scikit-build/cmake-python-distributions/compare/3.27.7...3.28.1) --- updated-dependencies: - dependency-name: cmake dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-test.txt b/requirements/requirements-test.txt index 81760a08f..6e1dd5a34 100644 --- a/requirements/requirements-test.txt +++ b/requirements/requirements-test.txt @@ -1,5 +1,5 @@ ase==3.22.1 -cmake==3.27.7 +cmake==3.28.1 coverage==7.3.2 cython==3.0.6 dynasor==1.1.1; platform_system != "Windows"