From 59158936591aba304e1abbedcfd141ae8d8cf224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 17:13:46 +0000 Subject: [PATCH] Bump numpy from 2.0.1 to 2.1.1 in /DevUtils Bumps [numpy](https://github.com/numpy/numpy) from 2.0.1 to 2.1.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.1...v2.1.1) --- 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 59cdacf..2cbef1f 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.1 pytest==8.3.3