From dad30c12dcfd7039b0f1bb76668c2f515c65cf1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:46:03 +0000 Subject: [PATCH] Bump numpy from 1.13.3 to 1.22.0 in /stock-price-prediction-app Bumps [numpy](https://github.com/numpy/numpy) from 1.13.3 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.13.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- stock-price-prediction-app/REQUIREMENTS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock-price-prediction-app/REQUIREMENTS.txt b/stock-price-prediction-app/REQUIREMENTS.txt index 9fa0829..b2618e1 100644 --- a/stock-price-prediction-app/REQUIREMENTS.txt +++ b/stock-price-prediction-app/REQUIREMENTS.txt @@ -4,7 +4,7 @@ Flask-Assets==0.12 Flask-HTTPAuth==3.2.3 Flask-SQLAlchemy==2.3.2 Jinja2>=2.10.1 -numpy==1.13.3 +numpy==1.22.0 pandas==0.21.0 pyyaml==4.2b1 requests==2.20.0