From 903a9938728aa47f0970888eb4890e6c94e43fc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:03:12 +0000 Subject: [PATCH] Bump pillow from 11.0.0 to 11.1.0 in /samples Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.0.0 to 11.1.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/11.0.0...11.1.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- samples/deployment-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/deployment-requirements.txt b/samples/deployment-requirements.txt index 428e0955a5..c6ad9eaaa8 100644 --- a/samples/deployment-requirements.txt +++ b/samples/deployment-requirements.txt @@ -2,4 +2,4 @@ --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly openvino_genai~=2025.0.0.0.dev librosa==0.10.2.post1 # For Whisper -pillow==11.0.0 # Image processing for VLMs +pillow==11.1.0 # Image processing for VLMs