From fb99f3de3f05787c470eee9966c4fa20b5034133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 07:52:33 +0000 Subject: [PATCH] Bump numpy from 1.23.5 to 1.24.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.23.5 to 1.24.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.23.5...v1.24.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production 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 31c5956daf..e1ebf0ad20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ tests = [ "pyvista==0.37.0", "matplotlib==3.6.2", - "numpy==1.23.5", + "numpy==1.24.1", "pytest==7.2.0", "pytest-cov==4.0.0", "codecov==2.1.12",