From 21136e540e4d54bf2ab6af78f9c6898eff95a11c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:34:17 +0000 Subject: [PATCH] chore(deps): update pillow requirement from >=10.0.0 to >=12.2.0 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/10.0.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3192638..3d721e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "openai>=1.55.0", # Updated for latest features "pandas>=2.2.0", # Updated for better performance "pgvector>=0.3.0", # Updated for better performance - "pillow>=10.0.0", + "pillow>=12.2.0", "psutil>=7.0.0", "psycopg2-binary>=2.9.9", # Updated for better stability "pydantic>=2.8.0", # Updated to v2 for better performance