From 553a867fe1d56ccbcb055952ed45592c49437424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jan 2022 17:03:00 +0000 Subject: [PATCH] Bump numpy from 1.16.4 to 1.21.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.16.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.16.4...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 cd3bd92..0477b96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ certifi==2019.6.16 # via requests chardet==3.0.4 # via requests idna==2.8 # via requests -numpy==1.16.4 # via pandas +numpy==1.21.0 # via pandas pandas==1.0.0 # via maven (setup.py) python-dateutil==2.8.0 # via pandas pytz==2019.1 # via pandas