From 92ccf67e590f270314b7eb7bea3aacbf3efb9a23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Feb 2022 14:49:02 -0500 Subject: [PATCH] chore(deps): bump numpy from 1.16.6 to 1.21.0 in /hate-speech-api (#515) Bumps [numpy](https://github.com/numpy/numpy) from 1.16.6 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.16.6...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- hate-speech-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hate-speech-api/requirements.txt b/hate-speech-api/requirements.txt index 934ee865..24cbe1ff 100644 --- a/hate-speech-api/requirements.txt +++ b/hate-speech-api/requirements.txt @@ -4,7 +4,7 @@ Flask-Classful==0.14.2 itsdangerous==1.1.0 Jinja2==2.11.3 MarkupSafe==1.1.1 -numpy==1.16.6 +numpy==1.21.0 scikit-learn==0.20.4 scipy==1.2.3 Werkzeug==1.0.1