From 5e0afbe770955e59f38856092a7dfc82d74d19bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:25:29 +0000 Subject: [PATCH] build(deps): bump pillow from 10.0.1 to 12.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 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.0.1...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 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index afed62b..7364578 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -8,6 +8,6 @@ werkzeug==3.1.5 python-dotenv==1.0.0 bcrypt==4.0.1 gunicorn==21.2.0 -Pillow==10.0.1 +Pillow==12.1.1 scikit-learn==1.5.0 matplotlib==3.8.0 diff --git a/requirements.txt b/requirements.txt index fd9fc8d..f0793a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ werkzeug==3.1.3 python-dotenv==1.1.0 bcrypt==4.3.0 gunicorn==23.0.0 -Pillow==11.2.1 +Pillow==12.1.1 scikit-learn==1.7.0 matplotlib==3.10.3 \ No newline at end of file