From 8861977e8cf4d8de58d7be78a88d6089d1b54825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 07:23:04 +0900 Subject: [PATCH] Bump numpy from 1.19.4 to 1.19.5 (#457) Bumps [numpy](https://github.com/numpy/numpy) from 1.19.4 to 1.19.5. - [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.4...v1.19.5) 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 e7af23e6e28..7a4a17fcca5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy == 1.19.4 +numpy == 1.19.5 scipy == 1.6.0 pandas == 1.2.0 matplotlib == 3.3.3