From 53b1a1730c5b7f2bda0774d38b8348bf76cb3e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 16:20:42 +0000 Subject: [PATCH] build(deps-dev): bump numpy from 1.25.0 to 1.25.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.25.0 to 1.25.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.25.0...v1.25.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production 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 708b8d4914..c706fd670a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ tests = [ "pyvista==0.40.0", "matplotlib==3.7.2", - "numpy==1.25.0", + "numpy==1.25.1", "pytest==7.4.0", "pytest-cov==4.1.0", "joblib==1.3.1",