From c4f8695959d316ef16667fd5a0caf2f17410bf6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 00:05:18 +0000 Subject: [PATCH] Bump numpy from 1.17.2 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.17.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.17.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_tf1.txt | 2 +- requirements_tf2.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_tf1.txt b/requirements_tf1.txt index 64924a1..8bc63e6 100644 --- a/requirements_tf1.txt +++ b/requirements_tf1.txt @@ -1,5 +1,5 @@ Keras==2.3.1 -numpy==1.17.2 +numpy==1.22.0 pandas==0.25.1 pytest==5.2.1 pytest-dependency==0.5.1 diff --git a/requirements_tf2.txt b/requirements_tf2.txt index 8e36044..aa9ada8 100644 --- a/requirements_tf2.txt +++ b/requirements_tf2.txt @@ -1,4 +1,4 @@ -numpy==1.17.2 +numpy==1.22.0 pandas==0.25.1 pytest==5.2.1 pytest-dependency==0.5.1