This is an automated email from the ASF dual-hosted git repository.

yongjiezhao 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 39545352d2 chore: update Pillow to 9.1.1 (#20775)
39545352d2 is described below

commit 39545352d29655e8b1c44987ad128c33d1b6eac5
Author: nisheldo <[email protected]>
AuthorDate: Fri Jul 22 04:44:07 2022 -0500

    chore: update Pillow to 9.1.1 (#20775)
---
 requirements/development.txt | 2 +-
 setup.py                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements/development.txt b/requirements/development.txt
index 75af963cf8..ea8435c939 100644
--- a/requirements/development.txt
+++ b/requirements/development.txt
@@ -64,7 +64,7 @@ pexpect==4.8.0
     # via ipython
 pickleshare==0.7.5
     # via ipython
-pillow==9.1.0
+pillow==9.1.1
     # via apache-superset
 progress==1.6
     # via -r requirements/development.in
diff --git a/setup.py b/setup.py
index 9b5bf06dbc..b62dceb47f 100644
--- a/setup.py
+++ b/setup.py
@@ -167,7 +167,7 @@ setup(
         ],  # PINNED! 1.2.5 introduced breaking changes requiring 
sqlalchemy>=1.4.0
         "spark": ["pyhive[hive]>=0.6.5", "tableschema", "thrift>=0.11.0, 
<1.0.0"],
         "teradata": ["teradatasql>=16.20.0.23"],
-        "thumbnails": ["Pillow>=9.0.1, <10.0.0"],
+        "thumbnails": ["Pillow>=9.1.1, <10.0.0"],
         "vertica": ["sqlalchemy-vertica-python>=0.5.9, < 0.6"],
         "netezza": ["nzalchemy>=11.0.2"],
     },

Reply via email to