From 6db763a5d9741dcc49736de18e5e2d2d141321ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 20:25:44 +0000 Subject: [PATCH] Bump pillow from 6.1.0 to 8.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 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/6.1.0...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 8b2b883..53a84fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ ansicolors==1.1.8 numpy==1.17.2 -Pillow==6.1.0 +Pillow==8.2.0 diff --git a/setup.py b/setup.py index c8aaf66..28bcf86 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==8.2.0', ], classifiers=[ "Programming Language :: Python :: 3",