From a112cc9fae5adac0a3cc68674f5d82bb1851e569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 00:45:14 +0000 Subject: [PATCH] build(deps): Bump pillow from 10.1.0 to 12.3.0 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 12.3.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/10.1.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 999345b5..e6c5b80a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -24,7 +24,7 @@ alembic==1.13.1 pypdf2==3.0.1 pdfplumber==0.10.3 python-pptx==0.6.23 -pillow==10.1.0 +pillow==12.3.0 pytesseract==0.3.10 tiktoken==0.5.2