From 7e05c35b49f031bcfb3ff0f4d097cbd081c949e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:58:20 +0000 Subject: [PATCH] chore(deps): bump numpy from 1.21.0 to 1.22.0 in /hate-speech-api 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] --- 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 24cbe1ff6..b1ee04309 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.21.0 +numpy==1.22.0 scikit-learn==0.20.4 scipy==1.2.3 Werkzeug==1.0.1