Skip to content

Commit

Permalink
chore: Bump Pillow to 9.3.0 (#22489)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneTorap authored Dec 23, 2022
1 parent 9b26794 commit 8761709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
Expand Down

0 comments on commit 8761709

Please sign in to comment.