From 803c720a6ce48a4de370ccfcbedef7b971d39734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Dec 2020 11:24:36 +0000 Subject: [PATCH] Bump pillow from 6.1.0 to 7.1.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 7.1.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/6.1.0...7.1.0) 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 8b2b883..472311c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ ansicolors==1.1.8 numpy==1.17.2 -Pillow==6.1.0 +Pillow==7.1.0 diff --git a/setup.py b/setup.py index c8aaf66..91a174c 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ install_requires=[ 'ansicolors==1.1.8', 'numpy==1.17.2', - 'Pillow==6.1.0', + 'Pillow==7.1.0', ], classifiers=[ "Programming Language :: Python :: 3",