From c96a7169be217da7562a86ca3ea64935122f15bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 05:07:12 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 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.2...9.3.0) --- 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..fce0d19 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.3.0 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..b1a0d3d 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.3.0', 'requests==2.22.0', 'urllib3==1.25.7' ],