This is an automated email from the ASF dual-hosted git repository.
beto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 8e326af3e6 chore: upgrade Pillow (#19674)
8e326af3e6 is described below
commit 8e326af3e69983de59d906fdb3c07cd9d1eac3ba
Author: Beto Dealmeida <[email protected]>
AuthorDate: Wed Apr 13 09:47:20 2022 -0700
chore: upgrade Pillow (#19674)
---
requirements/development.in | 2 +-
requirements/development.txt | 4 ++--
setup.py | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/requirements/development.in b/requirements/development.in
index 163bc5082a..a9aa89a2c2 100644
--- a/requirements/development.in
+++ b/requirements/development.in
@@ -18,7 +18,7 @@
-r base.in
flask-cors>=2.0.0
mysqlclient>=2.1.0
-pillow>=8.3.2,<10
+pillow>=9.0.1,<10
pydruid>=0.6.1,<0.7
pyhive[hive]>=0.6.1
psycopg2-binary==2.9.1
diff --git a/requirements/development.txt b/requirements/development.txt
index 8012be69b4..42302765b2 100644
--- a/requirements/development.txt
+++ b/requirements/development.txt
@@ -1,4 +1,4 @@
-# SHA1:cb189e676baa2e397294abb48eaefba5bf408522
+# SHA1:b4a3e0dd12a4937fc5a21bdbf63644be9222c65f
#
# 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==9.0.0
+pillow==9.1.0
# via -r requirements/development.in
progress==1.6
# via -r requirements/development.in
diff --git a/setup.py b/setup.py
index 766e738b3b..26f709d779 100644
--- a/setup.py
+++ b/setup.py
@@ -163,7 +163,7 @@ setup(
"snowflake-sqlalchemy==1.2.4"
], # PINNED! 1.2.5 introduced breaking changes requiring
sqlalchemy>=1.4.0
"teradata": ["teradatasql>=16.20.0.23"],
- "thumbnails": ["Pillow>=8.3.2, <10.0.0"],
+ "thumbnails": ["Pillow>=9.0.1, <10.0.0"],
"vertica": ["sqlalchemy-vertica-python>=0.5.9, < 0.6"],
"netezza": ["nzalchemy>=11.0.2"],
},