chore: bump major on Pillow, optional dependency (#17521)

* chore: bump major on Pillow, optional dependency

* bump to 8.3.2

* Revert "bump to 8.3.2"

This reverts commit ce640acec8.

* bump to 8.3.2 now the right way
This commit is contained in:
Daniel Vaz Gaspar 2021-11-23 13:51:29 +00:00 committed by GitHub
parent bdc6a1d4e3
commit 035cc34b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View File

@ -283,6 +283,7 @@ werkzeug==1.0.1
# flask-jwt-extended
wtforms==2.3.3
# via
# flask-appbuilder
# flask-wtf
# wtforms-json
wtforms-json==0.3.3

View File

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

View File

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

View File

@ -157,7 +157,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>=7.0.0, <8.0.0"],
"thumbnails": ["Pillow>=8.3.2, <9.0.0"],
"vertica": ["sqlalchemy-vertica-python>=0.5.9, < 0.6"],
"netezza": ["nzalchemy>=11.0.2"],
},