From 8c6f8e1a7aa69e26b320a215563db2975ec24db8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:45:21 +0000 Subject: [PATCH] Bump pillow from 12.1.1 to 12.2.0 in /src Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.1 to 12.2.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.1.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.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 b491b86..465ee62 100644 --- a/src/requirements-win.txt +++ b/src/requirements-win.txt @@ -1,6 +1,6 @@ pywin32==301 numpy==1.14.5 -Pillow==12.1.1 +Pillow==12.2.0 feedparser==5.2.1 html2text==2018.1.9 imageio==2.4.1 diff --git a/src/requirements.txt b/src/requirements.txt index cbd7ea4..bff72f1 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,5 +1,5 @@ numpy==1.22.0 -Pillow==12.1.1 +Pillow==12.2.0 feedparser==5.2.1 html2text==2018.1.9 imageio==2.4.1