From 055228c4043ceb09643a95aeb80823b523d7f4f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:08:53 +0000 Subject: [PATCH] Bump numpy from 1.14.3 to 1.22.0 in /3gm Bumps [numpy](https://github.com/numpy/numpy) from 1.14.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.14.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 3gm/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3gm/requirements.txt b/3gm/requirements.txt index 54a3042..4134dbd 100644 --- a/3gm/requirements.txt +++ b/3gm/requirements.txt @@ -4,7 +4,7 @@ pytest==3.3.1 Markdown==2.6.11 networkx==2.1 gensim==3.4.0 -numpy==1.14.3 +numpy==1.22.0 pymongo==3.7.1 scikit_learn==0.19.2 spacy==2.0.12