From 5086bf55d132d262c3a190dc5299402ea36b5a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 10:24:38 +0000 Subject: [PATCH] Bump pillow from 9.0.1 to 9.3.0 in /gae_face_detection/demo Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 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/9.0.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gae_face_detection/demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gae_face_detection/demo/requirements.txt b/gae_face_detection/demo/requirements.txt index 89a205a..8d4ed3b 100644 --- a/gae_face_detection/demo/requirements.txt +++ b/gae_face_detection/demo/requirements.txt @@ -2,7 +2,7 @@ google-cloud-vision==2.7.2 # https://pypi.org/project/Pillow -Pillow==9.0.1 +Pillow==9.3.0 # https://pypi.org/project/Flask Flask==2.1.0