Skip to content

Commit

Permalink
Bump pillow from 9.5.0 to 10.0.1
Browse files Browse the repository at this point in the history
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.0.1.
- [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.5.0...10.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rgerum committed Apr 1, 2024
1 parent 530d168 commit 068a020
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 70 deletions.
126 changes: 57 additions & 69 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ scipy = "^1.9.3"
tqdm = "^4.64.1"
opencv-python = {version = "^4.6.0.66", extras = ["projecting_top_view"]}
matplotlib = {version = "^3.6.2", extras = ["projecting_top_view"]}
pillow = {version = "^9.3.0", extras = ["exif_extraction"]}
pillow = {version = ">=9.3,<11.0", extras = ["exif_extraction"]}
requests = {version = "^2.28.1", extras = ["exif_extraction"]}
nbsphinx = {version = "^0.9.2", extras = ["docs"]}
sphinx-rtd-theme = { version = "^1.2.2", extras = ["docs"]}
Expand Down

0 comments on commit 068a020

Please sign in to comment.