From 26162006c03b34c125fe8e292fa0dbe386217126 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 20:46:59 +0000 Subject: [PATCH] Bump pillow from 4.3.0 to 8.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.3.0 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/4.3.0...8.1.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 requirements.txt mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index fb970b5c..e766243a --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ Markdown==2.6.11 MarkupSafe==1.0 numpy==1.17.0 olefile==0.44 -Pillow==4.3.0 +Pillow==8.1.1 protobuf==3.5.1 six==1.11.0 Werkzeug==0.14.1 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index f3d57179..62c49e00 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'MarkupSafe==1.0', 'numpy==1.17.0', 'olefile==0.44', - 'Pillow==6.1.0', + 'Pillow==8.1.1', 'protobuf==3.5.1', 'six==1.11.0', 'Werkzeug==0.14.1',