From 0efb5c470e4e21b1029b134dfb43d07fc7649f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:45:17 +0000 Subject: [PATCH] Build(deps): Bump pillow from 7.1.1 to 9.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.1 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/7.1.1...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 2dc20f6..3be3cf9 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.0.1 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..539d170 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.0.1', 'PyYAML>=5.1', 'scikit-learn==0.22.2.post1', 'termcolor==1.1.0',