From 0c168c1709db31125b021f9e2290ca0b8b2c7ffe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:04:34 +0000 Subject: [PATCH] Bump pillow from 4.3.0 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.3.0 to 10.0.1. - [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...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 68bb459..e64de73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Flask>=1.0.0 numpy==1.14.2 Keras==2.2.5 gevent==1.2.2 -pillow==4.3.0 +pillow==10.0.1 h5py==2.7.0 tensorflow>=1.12.1 gunicorn>=19.5.0