From 4e94aa78f640e9c6f0e6f66302d64ebb828685e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 03:14:19 +0000 Subject: [PATCH] chore(deps): Bump pillow from 10.3.0 to 12.2.0 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.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/10.3.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 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 a983af9..ba099c9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,5 +7,5 @@ opencv-python-headless==4.9.0.80 scikit-learn==1.4.2 numpy==1.26.4 joblib==1.4.2 -Pillow==10.3.0 +Pillow==12.2.0 pandas==2.2.2