From 6f413f947f3a44ee2ed028acd7b1c158ce95ea74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 02:35:57 +0000 Subject: [PATCH] Bump pillow 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-type: direct:production ... Signed-off-by: dependabot[bot] --- .../sample_source/containers/image_variation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genai/genai-app-demo/01-prompt-engineering-demo/sample_source/containers/image_variation/requirements.txt b/genai/genai-app-demo/01-prompt-engineering-demo/sample_source/containers/image_variation/requirements.txt index 8b5ad861..8690dc13 100644 --- a/genai/genai-app-demo/01-prompt-engineering-demo/sample_source/containers/image_variation/requirements.txt +++ b/genai/genai-app-demo/01-prompt-engineering-demo/sample_source/containers/image_variation/requirements.txt @@ -1,3 +1,3 @@ boto3==1.34.64 langchain==0.1.12 -pillow==10.2.0 \ No newline at end of file +pillow==10.3.0 \ No newline at end of file