From cd15c88d36e93bd7dd785c7f6abb2cb6ccd8df4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:00:15 +0000 Subject: [PATCH] Bump pillow in /genai/genai-app-demo/01-prompt-engineering-demo/frontUI 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] --- .../01-prompt-engineering-demo/frontUI/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genai/genai-app-demo/01-prompt-engineering-demo/frontUI/requirements.txt b/genai/genai-app-demo/01-prompt-engineering-demo/frontUI/requirements.txt index 0331ba096..3d05b9a2d 100644 --- a/genai/genai-app-demo/01-prompt-engineering-demo/frontUI/requirements.txt +++ b/genai/genai-app-demo/01-prompt-engineering-demo/frontUI/requirements.txt @@ -2,4 +2,4 @@ boto3==1.34.59 streamlit==1.32.2 requests==2.31.0 streamlit-cropper==0.2.2 -pillow==10.2.0 \ No newline at end of file +pillow==10.3.0 \ No newline at end of file