From 6f4227e34fa690b5bce601f202a05a8dc9495c8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 01:27:17 +0000 Subject: [PATCH] Bump pillow from 8.1.1 to 8.3.2 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.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/8.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 5f67684..d9740e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ nltk==3.4.5 numpy==1.17.3 opencv-python==4.1.2.30 pandas==0.25.3 -Pillow==8.1.1 +Pillow==8.3.2 pyparsing==2.4.4 python-dateutil==2.8.1 pytz==2019.3 diff --git a/setup.py b/setup.py index b8ef50f..f963807 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ "numpy==1.17.3", "opencv-python==4.1.2.30", "pandas==0.25.3", -"Pillow==8.1.1", +"Pillow==8.3.2", "pyparsing==2.4.4", "python-dateutil==2.8.1", "pytz==2019.3",