From be05b9937f0a69accae8d9fcd7a165c0be67b20c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:42:06 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.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/6.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- service/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 83f87c1..396aee0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==1.17.4 urllib3==1.24.2 flask==1.1.1 flask-cors==3.0.8 -Pillow==6.2.0 +Pillow==9.3.0 requests==2.22.0 jinja2==2.10.3 awscli==1.16.14 diff --git a/service/requirements.txt b/service/requirements.txt index 83f87c1..396aee0 100644 --- a/service/requirements.txt +++ b/service/requirements.txt @@ -2,7 +2,7 @@ numpy==1.17.4 urllib3==1.24.2 flask==1.1.1 flask-cors==3.0.8 -Pillow==6.2.0 +Pillow==9.3.0 requests==2.22.0 jinja2==2.10.3 awscli==1.16.14