From d985fe3f2ca39667e4fcda2f4a9c0db9e52614bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:07:49 +0000 Subject: [PATCH] Bump pillow from 4.3.0 to 9.3.0 in /ch03 Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.3.0 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/4.3.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ch03/requirements.txt | 2 +- ch03/requirements_gpu.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ch03/requirements.txt b/ch03/requirements.txt index 4476e5b..e1451c0 100644 --- a/ch03/requirements.txt +++ b/ch03/requirements.txt @@ -1,5 +1,5 @@ keras==2.1.6 tensorflow==1.8.0 h5py==2.7.1 -Pillow==4.3.0 +Pillow==9.3.0 opencv-python==3.3.1.11 diff --git a/ch03/requirements_gpu.txt b/ch03/requirements_gpu.txt index 9eb1fae..fd7d861 100644 --- a/ch03/requirements_gpu.txt +++ b/ch03/requirements_gpu.txt @@ -1,5 +1,5 @@ keras==2.1.6 tensorflow-gpu==1.8.0 h5py==2.7.1 -Pillow==4.3.0 +Pillow==9.3.0 opencv-python==3.3.1.11