From 248d773d301463e36e63ab0b6060c0056fae4d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 20:46:02 +0000 Subject: [PATCH] Bump pillow from 12.1.0 to 12.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.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/12.1.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e274760..3393712 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "django-google-sso==9.0.3", "django-multiselectfield==1.0.1", "eligibility-api==2025.4.1", - "pillow==12.1.0", + "pillow==12.2.0", "psycopg[binary,pool]==3.3.2", "requests==2.32.5", "sentry-sdk==2.58.0",