Skip to content

Commit 86846be

Browse files
⬆️ Update pillow requirement from ~=11.1.0 to ~=11.2.1
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@11.1.0...11.2.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1affbdb commit 86846be

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
@@ -11,7 +11,7 @@ uptime~=3.0.1 # For System Uptime
1111
requests~=2.32.3 # HTTP library
1212
ping3~=4.0.8 # ICMP ping implementation using raw socket
1313
pyinstaller~=6.12.0 # bundles a Python application and all its dependencies into a single package
14-
Pillow~=11.1.0 # Image generation
14+
Pillow~=11.2.1 # Image generation
1515

1616
# Efficient image serialization
1717
numpy~=2.0.2; python_version < "3.10" # For Python 3.9, only numpy 2.0.x is supported as 2.1 only supports Python >=3.10

0 commit comments

Comments
 (0)