From b9b42e5b3b9790622d94a00c2e42c80ded6645cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:28:10 +0000 Subject: [PATCH] Bump numpy from 1.16.3 to 1.22.0 in /BOT_NLU Bumps [numpy](https://github.com/numpy/numpy) from 1.16.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.16.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- BOT_NLU/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BOT_NLU/requirements.txt b/BOT_NLU/requirements.txt index 1dbbfa8..f46d2bd 100644 --- a/BOT_NLU/requirements.txt +++ b/BOT_NLU/requirements.txt @@ -8,7 +8,7 @@ jsonpickle==1.1 redis==3.3.5 fakeredis==1.0.3 pymongo==3.8.0 -numpy==1.16.3 +numpy==1.22.0 scipy==1.2.1 tensorflow==1.13.1 apscheduler==3.6.0