From a21f856bd3a12275307412467f126747e61e3339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 23:47:35 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 8.3.2 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 8.3.2. - [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/6.2.2...8.3.2) --- 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 8a22d70..7183a23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ lxml bottle python-magic # Versions including 7 don't support python 2.x -pillow<7 +pillow<9 mock diff --git a/setup.py b/setup.py index 32f945b..b245ab1 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ ], extras_require={ ':python_version>="3.0"': ["Pillow>=3.2.0"], - ':python_version<"3.0"': ["Pillow==6.2.2"], + ':python_version<"3.0"': ["Pillow==8.3.2"], }, test_suite="tests", tests_require=["mock"])