From b5aad3646f5a8427ad2b7d3a1e82f40a5d4aee10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:31:59 +0000 Subject: [PATCH] Bump pillow from 12.2.0 to 12.3.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e661f5c..9aa1dff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Click==7.0 Mako==1.3.12 Markdown==3.8.1 MarkupSafe==1.1.0 -Pillow == 12.2.0 ; python_version >= '3.6' +Pillow == 12.3.0 ; python_version >= '3.6' Pillow==12.1.1 ; python_version < '3.6' PyJWT==2.13.0 PyMySQL >= 0.7.11, < 1.0.0 ; python_version < '3.6'