From 6b3b7aedb34ce068dab6dfeec8a04b86d2a5e2a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 08:20:12 +0000 Subject: [PATCH] Bump numpy from 2.0.0 to 2.0.1 in /DevUtils Bumps [numpy](https://github.com/numpy/numpy) from 2.0.0 to 2.0.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/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... 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 0f2a23c..41155ac 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.0 +numpy==2.0.1 pytest==8.2.2