Skip to content

Commit

Permalink
Update pillow requirement from <10.2,>=9.2 to >=9.2,<10.3 (#39)
Browse files Browse the repository at this point in the history
Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version.
- [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.2.0...10.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent cc4171e commit 7946c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]
dependencies = [
"opencv-python>=4.1.2",
"Pillow>=9.2,<10.2",
"Pillow>=9.2,<10.3",
"numpy>=1.23.1,<1.27.0"
]
dynamic = ["version"]
Expand Down

0 comments on commit 7946c19

Please sign in to comment.