Update pillow requirement from <10.1,>=9.2 to >=9.2,<10.2 (#37)

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](https://github.com/python-pillow/Pillow/compare/9.2.0...10.1.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>
This commit is contained in:
dependabot[bot] 2023-10-16 18:56:48 +08:00 committed by GitHub
parent acbf514894
commit dba6184a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ classifiers = [
]
dependencies = [
"opencv-python>=4.1.2",
"Pillow>=9.2,<10.1",
"Pillow>=9.2,<10.2",
"numpy>=1.23.1,<1.27.0"
]
dynamic = ["version"]