From 8f832a6013a56f02446b8c46eb3256ed94a940ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 14:44:19 +0000 Subject: [PATCH] Bump requests from 2.31.0 to 2.32.4 in /python-image-processing Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 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..bbc057d 100644 --- a/python-image-processing/requirements.txt +++ b/python-image-processing/requirements.txt @@ -1,7 +1,7 @@ # Core dependencies Pillow==10.2.0 # Image processing library python-dotenv==1.0.0 # Environment variable management -requests==2.31.0 # HTTP requests +requests==2.32.4 # HTTP requests numpy==1.26.3 # Numerical operations (for advanced processing) # Optional enhancements