From 22043718b0624315c2a811ced61c5a1b1bee2326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:21:01 +0000 Subject: [PATCH] Bump numpy from 1.14.2 to 1.22.0 in /app/utils Bumps [numpy](https://github.com/numpy/numpy) from 1.14.2 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.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/utils/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils/requirements.txt b/app/utils/requirements.txt index 2a361439ba..03587bd901 100644 --- a/app/utils/requirements.txt +++ b/app/utils/requirements.txt @@ -35,7 +35,7 @@ marshmallow==2.7.3 marshmallow-sqlalchemy==0.8.1 mysql-connector==2.1.4 nltk==3.2.2 -numpy==1.14.2 +numpy==1.22.0 packaging==16.8 paramiko==2.4.1 psycopg2==2.7.4