From 7e3360062b7c95d48abc02aa98a15e2d589698c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 04:33:38 +0000 Subject: [PATCH] chore(deps): bump pillow from 12.2.0 to 12.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.2.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/12.2.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- flatpak/requirements-pinned.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flatpak/requirements-pinned.txt b/flatpak/requirements-pinned.txt index a6d90d6..a286323 100644 --- a/flatpak/requirements-pinned.txt +++ b/flatpak/requirements-pinned.txt @@ -2,7 +2,7 @@ PySide6==6.11.1 shiboken6==6.11.1 pypdf==6.14.2 qtawesome==1.4.2 -pillow==12.2.0 +pillow==12.3.0 pymupdf==1.27.2.3 pytesseract==0.3.13 python-docx==1.2.0 diff --git a/requirements.txt b/requirements.txt index c1fd3ca..0bd53e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pypdf>=6.14.2 # providers fixed in 48.0.1. cryptography>=49.0.0 qtawesome>=1.4.1 -pillow>=12.1.1 +pillow>=12.3.0 pymupdf>=1.27.2.3 pytesseract>=0.3.13 python-docx>=1.2.0