Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Commit

Permalink
Bump pillow from 3.4.1 to 6.2.0 in /solutionbox/ml_workbench/tensorfl…
Browse files Browse the repository at this point in the history
…ow (#721)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.4.1 to 6.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](python-pillow/Pillow@3.4.1...6.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christopher Wilcox <crwilcox@google.com>
  • Loading branch information
dependabot[bot] and crwilcox authored Mar 24, 2020
1 parent 57dec94 commit c72f394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutionbox/ml_workbench/tensorflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
install_requires=[
'tensorflow==1.8.0',
'protobuf==3.1.0',
'pillow==3.4.1', # ML Engine does not have PIL installed
'pillow==6.2.0', # ML Engine does not have PIL installed
],
package_data={
},
Expand Down

0 comments on commit c72f394

Please sign in to comment.