From e9f917d8d94d5f5a0a07e55c6fe4860f3e4f5d09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 05:56:18 +0000 Subject: [PATCH] Build(deps): Bump pillow from 7.1.1 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.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/7.1.1...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 2dc20f6..28e366f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -133,7 +133,7 @@ pathtools==0.1.2 pathvalidate==0.29.0 pexpect==4.8.0 pickleshare==0.7.5 -Pillow==7.1.1 +Pillow==9.3.0 Pillow-SIMD==5.3.0.post1 pkginfo==1.5.0.1 plac==1.1.3 diff --git a/setup.py b/setup.py index 349f7fb..d28979a 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'natsort==7.0.1', 'opencv-python', 'pandas==1.0.3', - 'Pillow==7.1.1', + 'Pillow==9.3.0', 'PyYAML>=5.1', 'scikit-learn==0.22.2.post1', 'termcolor==1.1.0',