From ee81a6efe9a4a917c8ed36b50cbabcdbc5b8ed84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 18:49:34 +0000 Subject: [PATCH] Bump pillow from 3.4.2 to 8.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.4.2 to 8.2.0. - [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.2.0) --- 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..4199b33 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.2.0 \ No newline at end of file diff --git a/setup.py b/setup.py index fa173b9..c7bff86 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.2.0', ], classifiers=[ # 'Development Status :: 1 - Alpha',