chore: Bump Pillow to 9.3.0 (#22489)

This commit is contained in:
EugeneTorap 2022-12-23 18:25:22 +03:00 committed by GitHub
parent 9b26794419
commit 87617095b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -172,7 +172,7 @@ setup(
"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"],
},