From ea9222533e072dd79c23f1c2e4b1176ac73106b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:43:40 +0000 Subject: [PATCH] Bump numpy from 2.0.1 to 2.1.0 in /DevUtils Bumps [numpy](https://github.com/numpy/numpy) from 2.0.1 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.1...v2.1.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- DevUtils/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevUtils/requirements.txt b/DevUtils/requirements.txt index 867fc25..d103244 100644 --- a/DevUtils/requirements.txt +++ b/DevUtils/requirements.txt @@ -1,5 +1,5 @@ gmpy2==2.2.1 loguru==0.7.2 numba==0.60.0 -numpy==2.0.1 +numpy==2.1.0 pytest==8.3.2