From 48a2f10b955ccf34ec7ee029d462480a95199e55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 14:44:32 +0000 Subject: [PATCH] Bump pillow from 10.2.0 to 10.3.0 in /python-image-processing Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.0. - [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/10.2.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 10.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-image-processing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-image-processing/requirements.txt b/python-image-processing/requirements.txt index 762c1c6..5a1d4e0 100644 --- a/python-image-processing/requirements.txt +++ b/python-image-processing/requirements.txt @@ -1,5 +1,5 @@ # Core dependencies -Pillow==10.2.0 # Image processing library +Pillow==10.3.0 # Image processing library python-dotenv==1.0.0 # Environment variable management requests==2.31.0 # HTTP requests numpy==1.26.3 # Numerical operations (for advanced processing)