From cee7b1237a09dcde1732751c213b4e0ea4a4b4eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 09:13:40 +0000 Subject: [PATCH] Bump numpy from 1.18.4 to 1.21.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.4 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.18.4...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fc0dd70..19ba806 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ "importlib-metadata==1.6.0; python_version < '3.8'", "more-itertools==8.3.0", "nose==1.3.7", - "numpy==1.18.4", + "numpy==1.21.0", "orderedmultidict==1.0.1", "packaging==19.2", "pathspec==0.8.0",