From 1c484126eab2473ded9dae24796a1a5b5edd1f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 16:34:42 +0000 Subject: [PATCH] Bump pillow from 10.2.0 to 10.3.0 in /samples/ImageClassification 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] --- samples/ImageClassification/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/ImageClassification/requirements.txt b/samples/ImageClassification/requirements.txt index 66dcfb8d5..67b62a39f 100644 --- a/samples/ImageClassification/requirements.txt +++ b/samples/ImageClassification/requirements.txt @@ -3,5 +3,5 @@ # SPDX-License-Identifier: MIT # numpy==1.22.0 -Pillow==10.2.0 +Pillow==10.3.0 pybind11==2.6.2