From 61c8bc5c63d9e4d6916425a434125d4327be4fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:28:12 +0000 Subject: [PATCH] Bump numpy in /tensorflow_classify_text_deploy_algorithmia_simple Bumps [numpy](https://github.com/numpy/numpy) from 1.16.1 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.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow_classify_text_deploy_algorithmia_simple/requirements.txt b/tensorflow_classify_text_deploy_algorithmia_simple/requirements.txt index 1dd3b7e..6322324 100644 --- a/tensorflow_classify_text_deploy_algorithmia_simple/requirements.txt +++ b/tensorflow_classify_text_deploy_algorithmia_simple/requirements.txt @@ -5,4 +5,4 @@ gitpython==2.1.11 matplotlib==3.0.2 urllib3==1.24.3 retry==0.9.2 -numpy==1.16.1 \ No newline at end of file +numpy==1.22.0 \ No newline at end of file