From 5293ad755e8b194417d662813b887dbec4bbbe8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 23:22:54 +0000 Subject: [PATCH] Bump pillow from 3.4.2 to 8.3.2 Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.4.2 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/3.4.2...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 977c2cc..a7ed77a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pycurl==7.43.0 -Pillow==3.4.2 \ No newline at end of file +Pillow==8.3.2 \ No newline at end of file diff --git a/setup.py b/setup.py index fa173b9..5916752 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ author_email='ndieksman@gmail.com', install_requires=[ 'pycurl==7.43.0', - 'Pillow==3.4.2', + 'Pillow==8.3.2', ], classifiers=[ # 'Development Status :: 1 - Alpha',