From aef7b1e386210a4c8f93fba1c919c1f2b5838a76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:26:32 +0000 Subject: [PATCH] Bump numpy from 1.18.5 to 1.22.0 in /tf2-neural-style-transfer 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-neural-style-transfer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf2-neural-style-transfer/requirements.txt b/tf2-neural-style-transfer/requirements.txt index 5aaaafa..e977771 100644 --- a/tf2-neural-style-transfer/requirements.txt +++ b/tf2-neural-style-transfer/requirements.txt @@ -1,3 +1,3 @@ tensorflow==2.3.1 -numpy==1.18.5 +numpy==1.22.0 tqdm==4.54.1 \ No newline at end of file