From 3e41e7e3ba6519467675e4cd0a8e9b31be52a76f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 20:52:09 +0000 Subject: [PATCH] Bump pillow from 2.9.0 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 2.9.0 to 10.0.1. - [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/2.9.0...10.0.1) --- 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 a1c8c8b21..b4e4af8d0 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==10.0.1 Babel<=1.3 flask-babelex shapely==1.5.9 diff --git a/setup.py b/setup.py index ea00a6f2d..cb20e9253 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==10.0.1', 'mongoengine', 'pymongo', 'wtf-peewee',