chore: Bump Pillow to 9.3.0 (#22489)
This commit is contained in:
parent
9b26794419
commit
87617095b9
|
|
@ -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
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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"],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue