chore: bump pillow to major version (#18134)

* bump pillow to major version

* make a wider range for pillow dependency versions
This commit is contained in:
Elizabeth Thompson 2022-01-25 09:51:14 -08:00 committed by GitHub
parent 7bb867407a
commit 60db35cb4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View File

@ -18,7 +18,7 @@
-r base.in
flask-cors>=2.0.0
mysqlclient>=2.1.0
pillow>=8.3.2,<9
pillow>=8.3.2,<10
pydruid>=0.6.1,<0.7
pyhive[hive]>=0.6.1
psycopg2-binary==2.9.1

View File

@ -1,4 +1,4 @@
# SHA1:c835350e502151c63817980505ce50b9e5b78a54
# SHA1:cb189e676baa2e397294abb48eaefba5bf408522
#
# This file is autogenerated by pip-compile-multi
# To update, run:
@ -40,7 +40,7 @@ mysqlclient==2.1.0
# via -r requirements/development.in
openpyxl==3.0.7
# via tabulator
pillow==8.4.0
pillow==9.0.0
# via -r requirements/development.in
progress==1.6
# via -r requirements/development.in

View File

@ -11,6 +11,8 @@
# via
# -r requirements/base.in
# -r requirements/testing.in
appnope==0.1.2
# via ipython
astroid==2.6.6
# via pylint
backcall==0.2.0

View File

@ -160,7 +160,7 @@ setup(
"snowflake-sqlalchemy==1.2.4"
], # PINNED! 1.2.5 introduced breaking changes requiring sqlalchemy>=1.4.0
"teradata": ["sqlalchemy-teradata==0.9.0.dev0"],
"thumbnails": ["Pillow>=8.3.2, <9.0.0"],
"thumbnails": ["Pillow>=8.3.2, <10.0.0"],
"vertica": ["sqlalchemy-vertica-python>=0.5.9, < 0.6"],
"netezza": ["nzalchemy>=11.0.2"],
},