From df289855e76d4c681f43826ad8452d07aa79525d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 09:46:40 +0000 Subject: [PATCH] Build(deps): Bump numpy from 2.0.0 to 2.1.0 Bumps [numpy](https://github.com/numpy/numpy) from 2.0.0 to 2.1.0. - [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/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 55661130..97429cd1 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,5 +1,5 @@ ipython==8.14.0 -numpy==2.0.0 +numpy==2.1.0 pytest==8.3.2 pytest-cov==5.0.0 pytest-memprof==0.2.0