From f0f5438e7695321debb57568b46a284389272e62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 08:57:40 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 9.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 9.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/6.2.2...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 81e41de..d455c5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ idna==2.8 imutils==0.5.3 numpy==1.17.4 opencv-python==4.1.1.26 -Pillow==6.2.2 +Pillow==9.0.1 requests==2.22.0 urllib3==1.25.7 flask==2.0.3 \ No newline at end of file diff --git a/setup.py b/setup.py index f4ce73d..15c91c9 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ 'imutils==0.5.3', 'numpy==1.17.4', 'opencv-python==4.1.1.26', - 'Pillow==6.2.2', + 'Pillow==9.0.1', 'requests==2.22.0', 'urllib3==1.25.7' ],