From 5c79ed6f64b3d613836e580c7ffd079f27585b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:39:50 +0000 Subject: [PATCH] Chore(deps): Bump pillow Bumps the pip group with 1 update in the /myselfservice directory: [pillow](https://github.com/python-pillow/Pillow). Updates `pillow` from 12.1.1 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.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] --- myselfservice/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myselfservice/requirements.txt b/myselfservice/requirements.txt index 33e89d5..eae9fd3 100644 --- a/myselfservice/requirements.txt +++ b/myselfservice/requirements.txt @@ -57,7 +57,7 @@ msal==1.35.1 # via -r requirements.in oauthlib==3.3.1 # via django-allauth -pillow==12.1.1 +pillow==12.2.0 # via reportlab psycopg2-binary==2.9.11 # via -r requirements.in