From 8ee3935f4df3e36bc51bc62435446796da759953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 03:15:56 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 9.3.0 in /nnframework/tf Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 9.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.2.2...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nnframework/tf/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 nnframework/tf/requirements.txt diff --git a/nnframework/tf/requirements.txt b/nnframework/tf/requirements.txt old mode 100755 new mode 100644 index c98f4ae..ab8bc8a --- a/nnframework/tf/requirements.txt +++ b/nnframework/tf/requirements.txt @@ -19,5 +19,5 @@ h5py==2.10.0 tqdm==4.51.0 pathos==0.2.9 protobuf==3.19.0 -Pillow==6.2.2 +Pillow==9.3.0 importlib-metadata==4.13.0 \ No newline at end of file