From 57729dbd5629acf7860e200f3e1930e12802cb24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 14:59:20 +0000 Subject: [PATCH] Bump pillow from 12.1.1 to 12.2.0 in /demos/python_demos Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.1 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/12.1.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../clip_image_classification/download_model_requirements.txt | 2 +- demos/python_demos/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/python_demos/clip_image_classification/download_model_requirements.txt b/demos/python_demos/clip_image_classification/download_model_requirements.txt index 142bcfd2f4..5a5706a969 100644 --- a/demos/python_demos/clip_image_classification/download_model_requirements.txt +++ b/demos/python_demos/clip_image_classification/download_model_requirements.txt @@ -4,5 +4,5 @@ openvino==2025.4.* numpy<2.0 transformers<=4.53.0 -pillow==12.1.1 +pillow==12.2.0 torch==2.8.0+cpu diff --git a/demos/python_demos/requirements.txt b/demos/python_demos/requirements.txt index 1595fc03c5..2931299e8d 100644 --- a/demos/python_demos/requirements.txt +++ b/demos/python_demos/requirements.txt @@ -1,6 +1,6 @@ --extra-index-url "https://download.pytorch.org/whl/cpu" optimum-intel@git+https://github.com/huggingface/optimum-intel.git -pillow==12.1.1 +pillow==12.2.0 tritonclient[grpc]==2.57.0 # Required to use batch string serialization/deserialization (4byte length prepend) numpy<2.0 huggingface_hub==0.32.0