From adfdb8d5793ebc6f7d41df000bdd6ee535bc75f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:18:39 +0000 Subject: [PATCH] chore(deps): bump pillow Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.4.0 to 12.2.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.4.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../model_testing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/sagemaker_huggingface_model_svd/model_testing/requirements.txt b/samples/sagemaker_huggingface_model_svd/model_testing/requirements.txt index c0f50190..d99b7a8d 100644 --- a/samples/sagemaker_huggingface_model_svd/model_testing/requirements.txt +++ b/samples/sagemaker_huggingface_model_svd/model_testing/requirements.txt @@ -1,4 +1,4 @@ boto3==1.34.149 diffusers==0.29.2 opencv-python==4.10.0.84 -pillow==10.4.0 \ No newline at end of file +pillow==12.2.0 \ No newline at end of file