From 0e4cfb9e97a031bfe40f615de175d688a17aeed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 00:49:38 +0000 Subject: [PATCH] Bump pillow from 4.3.0 to 9.0.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.3.0 to 9.0.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/4.3.0...9.0.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(-) 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..d093cc38 --- 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==9.0.0 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..505d81f2 --- 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==9.0.0', 'protobuf==3.5.1', 'six==1.11.0', 'Werkzeug==0.14.1',