From 5fca805ffc5d67f735c37ea4d8726167a0ba9aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 00:25:28 +0000 Subject: [PATCH] Bump pillow from 3.4.2 to 9.0.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.4.2 to 9.0.0. - [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/3.4.2...9.0.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..9d0f323 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==9.0.0 \ No newline at end of file diff --git a/setup.py b/setup.py index fa173b9..2d3b523 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==9.0.0', ], classifiers=[ # 'Development Status :: 1 - Alpha',