From 164c7ef244b7e4984a97f7e3de9d3aa3fad5ef2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 21:36:54 +0000 Subject: [PATCH] :arrow_up: Update pillow requirement from ~=11.2.1 to ~=11.3.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](https://github.com/python-pillow/Pillow/compare/11.2.1...11.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 42f97c73..4c35b184 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ uptime~=3.0.1 # For System Uptime requests~=2.32.4 # HTTP library ping3~=4.0.8 # ICMP ping implementation using raw socket pyinstaller~=6.14.1 # bundles a Python application and all its dependencies into a single package -Pillow~=11.2.1 # Image generation +Pillow~=11.3.0 # Image generation # Efficient image serialization numpy~=2.0.2; python_version < "3.10" # For Python 3.9, only numpy 2.0.x is supported