From 37ca6cf2117fe9c5a41c0feb4634029531ed83dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 21:15:40 +0000 Subject: [PATCH] Bump numpy from 1.11.1 to 1.21.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.11.1 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.11.1...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- REQUIREMENTS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REQUIREMENTS.txt b/REQUIREMENTS.txt index 4bc2581..5016236 100644 --- a/REQUIREMENTS.txt +++ b/REQUIREMENTS.txt @@ -1,5 +1,5 @@ Cython==0.24.1 -numpy==1.11.1 +numpy==1.21.0 scipy==0.18.1 matplotlib==1.5.3 python-twitter==3.1