From 57536d5982bf1af9f1db5f4fb13748c1174410b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 16:30:58 +0000 Subject: [PATCH] build(deps): Bump pillow from 11.0.0 to 12.1.1 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.0.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/11.0.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... 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 1dbcbcd..b118a4f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -26,7 +26,7 @@ python-jose[cryptography]==3.3.0 # Install from: https://github.com/contentauth/c2pa-python # Image/Video Processing -Pillow==11.0.0 +Pillow==12.1.1 opencv-python==4.9.0.80 imageio==2.33.1 imageio-ffmpeg==0.4.9