From 7d819d9523c9dd95b2b9f563aa7a368217350656 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 16:00:58 +0000 Subject: [PATCH] Update dependency Pillow to v12.2.0 [SECURITY] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcfd8f6..cb6b8ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ 'gunicorn==25.1.0', 'holidays==0.90', 'icalendar==7.0.0', - 'Pillow==12.1.1', + 'Pillow==12.2.0', 'psycopg2-binary==2.9.11', 'python-dateutil==2.9.0.post0', 'requests==2.32.5',