From f6bb2c116784b279e52691c534cfdc01cbe7bbca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:33:57 +0000 Subject: [PATCH] Bump numpy from 1.18.5 to 1.22.0 in /tf2-rnn-emotional-classifier Bumps [numpy](https://github.com/numpy/numpy) from 1.18.5 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.18.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tf2-rnn-emotional-classifier/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf2-rnn-emotional-classifier/requirements.txt b/tf2-rnn-emotional-classifier/requirements.txt index 1265df4..7a53373 100644 --- a/tf2-rnn-emotional-classifier/requirements.txt +++ b/tf2-rnn-emotional-classifier/requirements.txt @@ -1,2 +1,2 @@ tensorflow==2.3.1 -numpy==1.18.5 \ No newline at end of file +numpy==1.22.0 \ No newline at end of file