From 5ce673010cddb977f83dee8655238c5d30858745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 03:27:00 +0000 Subject: [PATCH] Bump pillow from 2.9.0 to 8.3.2 Bumps [pillow](https://github.com/python-pillow/Pillow) from 2.9.0 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/2.9.0...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a1c8c8b214..2069f4a860 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ wtf-peewee mongoengine<0.11.0 pymongo==2.8 flask-mongoengine==0.8.2 -pillow==2.9.0 +pillow==8.3.2 Babel<=1.3 flask-babelex shapely==1.5.9 diff --git a/setup.py b/setup.py index ea00a6f2dc..4cea2ce555 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def grep(attrname): install_requires=install_requires, tests_require=[ 'nose>=1.0', - 'pillow==2.9.0', + 'pillow==8.3.2', 'mongoengine', 'pymongo', 'wtf-peewee',