From c749146a8d28c06cf652e32d04e061061ec44944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 22:45:38 +0000 Subject: [PATCH] Bump pillow from 10.0.0 to 10.3.0 in /src/lambda/ocr_benchmark_deployer Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.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.0.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 10.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/lambda/ocr_benchmark_deployer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lambda/ocr_benchmark_deployer/requirements.txt b/src/lambda/ocr_benchmark_deployer/requirements.txt index 799dc80de..df5da445b 100644 --- a/src/lambda/ocr_benchmark_deployer/requirements.txt +++ b/src/lambda/ocr_benchmark_deployer/requirements.txt @@ -2,7 +2,7 @@ huggingface-hub==0.20.0 # For image handling -Pillow==10.0.0 +Pillow==10.3.0 # AWS SDK (boto3 is already available in Lambda runtime, but specified for local testing) boto3==1.34.0