From 5e80cd3688e10a277acc35dadc3cb4da6a777530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 20:24:09 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 8.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 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/6.2.2...8.1.1) 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..cc4dea2 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.1.1"], }, test_suite="tests", tests_require=["mock"])