From a45000a3de12f6be3a97545c0a31107ac5758ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 11:39:56 +0530 Subject: [PATCH] deps(deps): update pillow requirement from >=9.2.0 to >=11.3.0 (#653) 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/9.2.0...11.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.3.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 2c610ebf..073646ea 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>=9.2.0", + "pillow>=11.3.0", "librosa>=0.9.0", "opencv-python>=4.13.0.92", "faiss-cpu>=1.7.0",