From cede65979e3be72b6929290518ff4da9d7806407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 21:36:51 +0000 Subject: [PATCH] Bump pillow from 10.1.0 to 12.2.0 in /newspaperapp/pdf-service Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 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/10.1.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.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..a7a0d9e 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.2.0 img2pdf==0.5.1 gunicorn==21.2.0