From 62a54dad82574f30d5a88bad4d899aa4fd786abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 09:43:37 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 12.2.0 in /tools/nntool Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 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/7.2.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/nntool/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/nntool/requirements.txt b/tools/nntool/requirements.txt index c90f2326e..bf2be7f90 100644 --- a/tools/nntool/requirements.txt +++ b/tools/nntool/requirements.txt @@ -6,7 +6,7 @@ XlsxWriter==1.1.5 texttable==1.6.2 cmd2==1.0.2 numpy==1.19.5 -Pillow==7.2.0 +Pillow==12.2.0 Keras==2.3.1 argcomplete==1.10.0 Cython==0.29.21