From 4e1218486af739ca373a8d23e025809eaf8b53ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 16:04:50 +0000 Subject: [PATCH] Chore(deps): Bump pillow in /backend in the pip group across 1 directory Bumps the pip group with 1 update in the /backend directory: [pillow](https://github.com/python-pillow/Pillow). Updates `pillow` from 10.4.0 to 12.1.1 - [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/10.4.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index dafbee1..62027d4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -15,7 +15,7 @@ flower==2.0.1 # QR Code and PDF generation qrcode[pil]==7.4.2 reportlab==4.2.0 -Pillow==10.4.0 +Pillow==12.1.1 pyzbar==0.1.9 # Optional: for QR code validation (requires system zbar library) # Authentication