From e15f6bed5e8855dba34c432c0b2e29c95488ed61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 21:33:48 +0000 Subject: [PATCH] Bump numpy from 1.12.0 to 1.21.0 in /Fintech-Banking-Chatbot/ai-engine Bumps [numpy](https://github.com/numpy/numpy) from 1.12.0 to 1.21.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.12.0...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Fintech-Banking-Chatbot/ai-engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fintech-Banking-Chatbot/ai-engine/requirements.txt b/Fintech-Banking-Chatbot/ai-engine/requirements.txt index e3f41fb..b7d44f2 100644 --- a/Fintech-Banking-Chatbot/ai-engine/requirements.txt +++ b/Fintech-Banking-Chatbot/ai-engine/requirements.txt @@ -5,6 +5,6 @@ Flask-Script==2.0.5 Flask-SQLAlchemy==2.2 gevent==1.2.1 git+https://github.com/mit-nlp/MITIE.git -numpy==1.12.0 +numpy==1.21.0 rasa-nlu==0.7.2 requests==2.13.0