From fd4d0dfcf35b9e82e11b2ed47c983453f77c4da4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 18:54:15 +0000 Subject: [PATCH] Bump numpy from 1.19.5 to 1.21.0 in /workers/message_insights_worker Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 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.19.5...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- workers/message_insights_worker/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers/message_insights_worker/setup.py b/workers/message_insights_worker/setup.py index 01621e437f..220861971f 100644 --- a/workers/message_insights_worker/setup.py +++ b/workers/message_insights_worker/setup.py @@ -30,7 +30,7 @@ def read(filename): 'click==8.0.3', 'scipy==1.6.3', 'sklearn==0.0', - 'numpy==1.19.5', + 'numpy==1.21.0', 'nltk==3.6.5', 'pandas==1.3.2', 'gensim==3.8.3',