Skip to content

Commit 99d6bb3

Browse files
Bump pillow from 2.9.0 to 9.3.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 2.9.0 to 9.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@2.9.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a0177f commit 99d6bb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ wtf-peewee
55
mongoengine<0.11.0
66
pymongo==2.8
77
flask-mongoengine==0.8.2
8-
pillow==2.9.0
8+
pillow==9.3.0
99
Babel<=1.3
1010
flask-babelex
1111
shapely==1.5.9

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def grep(attrname):
5959
install_requires=install_requires,
6060
tests_require=[
6161
'nose>=1.0',
62-
'pillow==2.9.0',
62+
'pillow==9.3.0',
6363
'mongoengine',
6464
'pymongo',
6565
'wtf-peewee',

0 commit comments

Comments
 (0)