From 494f525eeb33b746912d8aae3cfe3c81dd51b5f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 15:27:08 +0000 Subject: [PATCH] Bump pillow from 8.0.1 to 8.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.0.1 to 8.1.1. - [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/8.0.1...8.1.1) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ddbcb0..0a39505 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "parso==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "pexpect==4.8.0; sys_platform != 'win32'", "pickleshare==0.7.5", - "pillow==8.0.1; python_version >= '3.6'", + "pillow==8.1.1; python_version >= '3.6'", "plac==1.1.3", "preshed==3.0.5", "prompt-toolkit==3.0.8; python_full_version >= '3.6.1'",