Skip to content

Commit

Permalink
Bump pillow from 9.0.1 to 9.3.0 in /python/custom_model (kubeflow#2804)
Browse files Browse the repository at this point in the history
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 9.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@9.0.1...9.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 9, 2023
1 parent 1b8cd09 commit 9d16abe
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 39 deletions.
106 changes: 68 additions & 38 deletions python/custom_model/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/custom_model/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python = ">=3.9,<3.11"
kserve = {path = "../kserve", develop = true}
torchvision = {version = "0.15.1+cpu", source = "pytorch"}
torch = {version = "2.0.0+cpu", source = "pytorch"}
pillow = "~9.0.1"
pillow = "~9.3.0"


[[tool.poetry.source]]
Expand Down

0 comments on commit 9d16abe

Please sign in to comment.