From aa80b3244eb8fec1b7fad09b6449def53ac0cee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:06:12 +0000 Subject: [PATCH] Bump pillow from 8.1.1 to 9.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.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/8.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 5f67684..4f67552 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==9.0.1 pyparsing==2.4.4 python-dateutil==2.8.1 pytz==2019.3 diff --git a/setup.py b/setup.py index b8ef50f..ac7f8c1 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==9.0.1", "pyparsing==2.4.4", "python-dateutil==2.8.1", "pytz==2019.3",