Skip to content

Commit

Permalink
chore: update Pillow to 9.1.1 (apache#20775)
Browse files Browse the repository at this point in the history
  • Loading branch information
nisheldo authored Jul 22, 2022
1 parent 51869f3 commit 3954535
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def get_git_sha() -> str:
], # 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"],
},
Expand Down

0 comments on commit 3954535

Please sign in to comment.