From 904bcc5006c9dac4538890fadbc301d5da97496c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:56:56 +0000 Subject: [PATCH] Bump numpy in /Project-3-disaster-pipeline/project_workspace Bumps [numpy](https://github.com/numpy/numpy) from 1.17.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.17.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project-3-disaster-pipeline/project_workspace/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project-3-disaster-pipeline/project_workspace/requirements.txt b/Project-3-disaster-pipeline/project_workspace/requirements.txt index 6ea059c..45ed478 100644 --- a/Project-3-disaster-pipeline/project_workspace/requirements.txt +++ b/Project-3-disaster-pipeline/project_workspace/requirements.txt @@ -3,5 +3,5 @@ scikit-learn==0.21.3 SQLAlchemy==1.3.10 Flask==1.1.1 nltk==3.4.5 -numpy==1.17.3 +numpy==1.22.0 plotly==4.2.1 \ No newline at end of file