Skip to content

Commit

Permalink
⬆️ Update pillow requirement from ~=10.0.1 to ~=10.1.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@10.0.1...10.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent 536cabb commit 8fbd347
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
@@ -1,5 +1,5 @@
# Python packages requirements
Pillow~=10.0.1 # Image generation
Pillow~=10.1.0 # Image generation
pyserial~=3.5 # Serial linl to communicate with the display
numpy~=1.24.4 # Efficient image serialization
PyYAML~=6.0.1 # For themes files
Expand Down

0 comments on commit 8fbd347

Please sign in to comment.