From 0c76141b8057630865880fd57368be3312f58c6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 07:30:43 +0900 Subject: [PATCH] Bump numpy from 1.19.2 to 1.19.4 (#430) Bumps [numpy](https://github.com/numpy/numpy) from 1.19.2 to 1.19.4. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.19.2...v1.19.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92f1b04f..526d3144 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy == 1.19.2 +numpy == 1.19.4 scipy == 1.5.3 pandas == 1.1.3 matplotlib == 3.3.2