From fbc52b9584f4cd845c6b7b7b2b39afad8aca1e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:26:44 +0000 Subject: [PATCH] Bump pillow from 12.2.0 to 12.3.0 in /src 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 ... Signed-off-by: dependabot[bot] --- src/requirements-win.txt | 2 +- src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements-win.txt b/src/requirements-win.txt index a30565c..8dd0ac0 100644 --- a/src/requirements-win.txt +++ b/src/requirements-win.txt @@ -1,6 +1,6 @@ pywin32==301 numpy==1.22.0 -Pillow==12.2.0 +Pillow==12.3.0 feedparser==5.2.1 html2text==2018.1.9 imageio==2.4.1 diff --git a/src/requirements.txt b/src/requirements.txt index bff72f1..b2e0913 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,5 +1,5 @@ numpy==1.22.0 -Pillow==12.2.0 +Pillow==12.3.0 feedparser==5.2.1 html2text==2018.1.9 imageio==2.4.1