From 8a24cfd4af45dc7f0ecda1d2f17939122bd22ea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 02:25:15 +0000 Subject: [PATCH] Build(deps): Bump pillow from 7.1.1 to 8.3.2 Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.1 to 8.3.2. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/7.1.1...8.3.2) --- 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..54ce334 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==8.3.2 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..dc57fab 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==8.3.2', 'PyYAML>=5.1', 'scikit-learn==0.22.2.post1', 'termcolor==1.1.0',