From 307f27e19a85f52714dff8c384f61844bae28f51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Feb 2022 06:09:20 +0000 Subject: [PATCH] Bump numpy from 1.18.4 to 1.21.0 in /Other_Python/UnusualVolumeDetector Bumps [numpy](https://github.com/numpy/numpy) from 1.18.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.18.4...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Other_Python/UnusualVolumeDetector/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Other_Python/UnusualVolumeDetector/requirements.txt b/Other_Python/UnusualVolumeDetector/requirements.txt index 770ee0c..cab1fd3 100644 --- a/Other_Python/UnusualVolumeDetector/requirements.txt +++ b/Other_Python/UnusualVolumeDetector/requirements.txt @@ -1,7 +1,7 @@ matplotlib==3.2.1 yfinance==0.1.54 pandas==1.0.3 -numpy==1.18.4 +numpy==1.21.0 mplcursors==0.3 python_dateutil==2.8.1 tqdm==4.48.0