From 0c2e54e583d2a67d6f97aa462d172ea31ceb98ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 17:41:52 +0530 Subject: [PATCH] security(deps): update pillow requirement from >=11.3.0 to >=12.2.0 (#719) Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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.3.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f44c1a9..73d5aa6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dependencies = [ "pypdf2>=2.10.0", "python-docx>=1.2.0", "openpyxl>=3.1.5", - "pillow>=11.3.0", + "pillow>=12.2.0", "librosa>=0.9.0", "opencv-python>=4.13.0.92", "faiss-cpu>=1.7.0",