From c986d4980d7be7a653339fa9423380089a38297f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 23:22:43 +0000 Subject: [PATCH] Bump pillow from 2.2.1 to 8.3.2 Bumps [pillow](https://github.com/python-pillow/Pillow) from 2.2.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/2.2.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 3a93dd1..c2eb71d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ selenium==2.35.0 plac==0.9.1 -Pillow==2.2.1 +Pillow==8.3.2 jsonpickle==0.4.0 diff --git a/setup.py b/setup.py index 9090a68..69c63dc 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ install_requires = [ 'selenium==2.35.0', 'plac==0.9.1', - 'Pillow==2.2.1', + 'Pillow==8.3.2', 'jsonpickle==0.4.0' ], package_data={'': ['requirements.txt']},