From aed3860286002a5e434f31ad8fdf937dd826f274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:08:27 +0000 Subject: [PATCH] Bump pillow from 4.3.0 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.3.0 to 9.3.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.3.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..18f5f4c8 --- 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.3.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..215f137e --- 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.3.0', 'protobuf==3.5.1', 'six==1.11.0', 'Werkzeug==0.14.1',