From 1e6e016db7ba7d613eb86409ca511fcb1a03538a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 11:16:36 +0800 Subject: [PATCH] Bump numpy from 1.18.5 to 1.21.0 in /docs/requirements (#57) Bumps [numpy](https://github.com/numpy/numpy) from 1.18.5 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.5...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements/requirements.txt b/docs/requirements/requirements.txt index f7ca349..49ae4eb 100644 --- a/docs/requirements/requirements.txt +++ b/docs/requirements/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.18.5 +numpy==1.21.0 pandas tqdm matplotlib