From e9fbdc884bd44d30945164368474afc50e44815f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 04:22:49 +0000 Subject: [PATCH] Bump pillow from 11.1.0 to 12.2.0 in /scc Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.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/11.1.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scc/requirements.txt b/scc/requirements.txt index 1473760..a5a26d8 100644 --- a/scc/requirements.txt +++ b/scc/requirements.txt @@ -10,7 +10,7 @@ gunicorn Jinja2 MarkupSafe==2.0.1 oauthlib==3.2.2 -pillow==12.1.1 +pillow==12.2.0 requests==2.32.3 requests-oauthlib==2.0.0 urllib3>=2.6.3