Skip to content

Commit

Permalink
Update pillow requirement from <10.0.0,>=7.1.2 to >=10.3.0,<11.0.0
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@7.1.2...10.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 66bf468 commit d829536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
matplotlib>=3.2.2
numpy>=1.18.5
opencv-python>=4.1.1,<=4.6.0.66
Pillow>=7.1.2,<10.0.0
Pillow>=10.3.0,<11.0.0
PyYAML>=5.3.1
requests>=2.23.0
scipy>=1.4.1
Expand Down

0 comments on commit d829536

Please sign in to comment.