From 87617095b959b0fd7d1ba86a27f04041708b9fb7 Mon Sep 17 00:00:00 2001 From: EugeneTorap Date: Fri, 23 Dec 2022 18:25:22 +0300 Subject: [PATCH] chore: Bump Pillow to 9.3.0 (#22489) --- 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 f9115c30007b4..1b543269ed91b 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -66,7 +66,7 @@ pexpect==4.8.0 # via ipython pickleshare==0.7.5 # via ipython -pillow==9.1.1 +pillow==9.3.0 # via apache-superset progress==1.6 # via -r requirements/development.in diff --git a/setup.py b/setup.py index ac6f53387adb7..95178a879ab65 100644 --- a/setup.py +++ b/setup.py @@ -172,7 +172,7 @@ def get_git_sha() -> str: "snowflake": ["snowflake-sqlalchemy>=1.2.4, <2"], "spark": ["pyhive[hive]>=0.6.5", "tableschema", "thrift>=0.14.1, <1.0.0"], "teradata": ["teradatasql>=16.20.0.23"], - "thumbnails": ["Pillow>=9.1.1, <10.0.0"], + "thumbnails": ["Pillow>=9.3.0, <10.0.0"], "vertica": ["sqlalchemy-vertica-python>=0.5.9, < 0.6"], "netezza": ["nzalchemy>=11.0.2"], },