Skip to content

Commit

Permalink
[pip dev] (deps-dev): Update pillow requirement
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@10.1.0...10.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 544f0ce commit 1bdf800
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 @@ -33,7 +33,7 @@ classifiers = [
keywords = ["scanner", "sane", "server", "frontend"]
dependencies = [
"hypercorn[trio]~=0.15.0",
"Pillow~=10.1.0",
"Pillow~=10.2.0",
"python-sane~=2.9.1",
"quart~=0.19.4",
"quart-trio~=0.11.1",
Expand Down

0 comments on commit 1bdf800

Please sign in to comment.