From 171e3ee96d00fe2871b8e0782d15516ce5c80882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 01:19:43 +0000 Subject: [PATCH] Bump pillow from 6.1.0 to 8.3.2 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 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/6.1.0...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 8b2b883..136768a 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.3.2 diff --git a/setup.py b/setup.py index c8aaf66..c0a7d5d 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.3.2', ], classifiers=[ "Programming Language :: Python :: 3",