From 48838c2656b1b2e34673dbc0fc7bbad0fa78bdb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:27:39 +0000 Subject: [PATCH] Bump numpy from 1.15.3 to 1.22.0 in /sentiment-analysis Bumps [numpy](https://github.com/numpy/numpy) from 1.15.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.15.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sentiment-analysis/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 sentiment-analysis/requirements.txt diff --git a/sentiment-analysis/requirements.txt b/sentiment-analysis/requirements.txt old mode 100755 new mode 100644 index 6d812da..5f06414 --- a/sentiment-analysis/requirements.txt +++ b/sentiment-analysis/requirements.txt @@ -1,5 +1,5 @@ pytest==3.9.3 -numpy==1.15.3 +numpy==1.22.0 nltk==3.4.5 scipy==1.1.0 msgpack==0.5.6