From a70ac5436ebd465f5115da73b6df5d89b3e84db8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:29:34 +0000 Subject: [PATCH] Bump numpy from 1.15.0 to 1.22.0 in /lang-model-image/content Bumps [numpy](https://github.com/numpy/numpy) from 1.15.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.15.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lang-model-image/content/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang-model-image/content/requirements.txt b/lang-model-image/content/requirements.txt index a18bf6b..e19d6ca 100644 --- a/lang-model-image/content/requirements.txt +++ b/lang-model-image/content/requirements.txt @@ -1,4 +1,4 @@ nltk==3.3 -numpy==1.15.0 +numpy==1.22.0 ujson==1.35 pymongo==3.7.2 \ No newline at end of file