From b7e01e043ceb5a1410fd650a8f0eedd1f3355ef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 00:31:18 +0000 Subject: [PATCH] Bump pillow from 8.3.2 to 9.0.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 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/8.3.2...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(-) diff --git a/requirements.txt b/requirements.txt index 014268b..516ab33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ Flask>=0.9 itsdangerous>=0.24 -Pillow==8.3.2 +Pillow==9.0.0 six>=1.10.0 diff --git a/setup.py b/setup.py index d14b20d..bb8085a 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'Flask>=0.9', 'itsdangerous>=0.24', # For Flask v0.9 - 'Pillow==8.3.2', + 'Pillow==9.0.0', 'six>=1.10.0', ],