From e91b8262cd1e22c96a6b9416712a7fca276cb787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 21:00:13 +0000 Subject: [PATCH] Bump pillow from 5.3.0 to 12.1.1 in /src Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.3.0 to 12.1.1. - [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/5.3.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 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 344269b..399faa6 100644 --- a/src/requirements-win.txt +++ b/src/requirements-win.txt @@ -1,6 +1,6 @@ pywin32==223 numpy==1.14.5 -Pillow==5.3.0 +Pillow==12.1.1 feedparser==5.2.1 html2text==2018.1.9 imageio==2.4.1 diff --git a/src/requirements.txt b/src/requirements.txt index 441a224..1d84be9 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,5 +1,5 @@ numpy==1.14.5 -Pillow==5.3.0 +Pillow==12.1.1 feedparser==5.2.1 html2text==2018.1.9 imageio==2.4.1