From f0bcac3d3c28ddef7a0fb9232898bd2b8f4cdf7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:37:35 +0000 Subject: [PATCH] Bump numpy 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] --- .../package_examples/imdb_sentiment/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/cli/example-python/package_examples/imdb_sentiment/requirements.txt b/applications/cli/example-python/package_examples/imdb_sentiment/requirements.txt index f217ba0a0..d5b0d84a7 100644 --- a/applications/cli/example-python/package_examples/imdb_sentiment/requirements.txt +++ b/applications/cli/example-python/package_examples/imdb_sentiment/requirements.txt @@ -1,2 +1,2 @@ keras==2.2.4 -numpy==1.16.1 \ No newline at end of file +numpy==1.22.0 \ No newline at end of file