From d33673eaf3887c3ce0bc8a5d731d991acb7df69e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 14:04:56 +0000 Subject: [PATCH] Update pillow requirement from <8.4.0,>=7.1.2 to >=7.1.2,<9.2.0 Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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/7.1.2...9.1.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 466039e..d5db6c8 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'django-sort-order-field>=1.2', 'Django>=2.2,<2.3', 'Markdown>=3.2.1', - 'Pillow>=7.1.2,<8.4.0', + 'Pillow>=7.1.2,<9.2.0', 'python-memcached>=1.59', 'pytz==2021.1', 'sorl-thumbnail>=12.6.3'