From e82c2439c02f5c07222e081658f4640acbd95c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:02:27 +0000 Subject: [PATCH] Bump numpy from 1.16.4 to 1.22.0 in /utils Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 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.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- utils/requirements3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/requirements3.txt b/utils/requirements3.txt index c867652..869ed81 100644 --- a/utils/requirements3.txt +++ b/utils/requirements3.txt @@ -3,7 +3,7 @@ spacy==2.1.4 torch==1.1.0 torchtext==0.3.1 sklearn==0.0 -numpy==1.16.4 +numpy==1.22.0 setuptools==41.0.1 protobuf==3.9.0 boto3==1.9.192