From 2f09f0a22e0a2c9f7b55b797fcbca467996b3aa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 00:33:19 +0000 Subject: [PATCH] Bump pillow from 10.1.0 to 12.3.0 in /newspaperapp/pdf-service 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] --- newspaperapp/pdf-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newspaperapp/pdf-service/requirements.txt b/newspaperapp/pdf-service/requirements.txt index 31abe5b..50a43e2 100644 --- a/newspaperapp/pdf-service/requirements.txt +++ b/newspaperapp/pdf-service/requirements.txt @@ -1,6 +1,6 @@ Flask==3.0.0 flask-cors==4.0.0 requests==2.31.0 -Pillow==10.1.0 +Pillow==12.3.0 img2pdf==0.5.1 gunicorn==21.2.0