From b60e71b7540f8d5c6cacaf1a6123f931adaebc70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:39:30 +0000 Subject: [PATCH] chore(deps): bump pillow 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] --- .../ai/gen-media/experimental/movieLenz-main/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ai/gen-media/experimental/movieLenz-main/pyproject.toml b/projects/ai/gen-media/experimental/movieLenz-main/pyproject.toml index bdbe992a..3e17e2cc 100644 --- a/projects/ai/gen-media/experimental/movieLenz-main/pyproject.toml +++ b/projects/ai/gen-media/experimental/movieLenz-main/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "numpy==2.3.2", "opencv-python==4.10.0.84", "pandas==2.3.3", - "pillow==12.1.1", + "pillow==12.2.0", "torch==2.9.1", "torchvision==0.24.1", ]