From cb0f2d1ea24507031c235ab565dcee0a1c813b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:00:01 +0000 Subject: [PATCH] Bump numpy from 1.21.0 to 1.22.0 in /Sentiment_Analysis/sa_model Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 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.21.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Sentiment_Analysis/sa_model/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sentiment_Analysis/sa_model/requirements.txt b/Sentiment_Analysis/sa_model/requirements.txt index 6f1b7c7..4a6f0e1 100644 --- a/Sentiment_Analysis/sa_model/requirements.txt +++ b/Sentiment_Analysis/sa_model/requirements.txt @@ -14,7 +14,7 @@ keras==2.6.0 Keras-Preprocessing==1.1.2 Markdown==3.3.4 MarkupSafe==1.1.1 -numpy==1.21.0 +numpy==1.22.0 pandas==1.1.5 protobuf==3.16.0 PyYAML==5.4.1