Skip to content

Commit 0f2ef65

Browse files
⬆️ Update pillow requirement from ~=10.3.0 to ~=10.4.0
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.3.0...10.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 67661cb commit 0f2ef65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Python packages requirements
2-
Pillow~=10.3.0 # Image generation
2+
Pillow~=10.4.0 # Image generation
33
pyserial~=3.5 # Serial link to communicate with the display
44
PyYAML~=6.0.1 # For themes files
55
psutil~=5.9.8 # CPU / disk / network metrics

0 commit comments

Comments
 (0)