From 3365ac653190f3d4fbdbe1707bd6a9892513dd55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 18:15:58 +0000 Subject: [PATCH] chore(deps): bump pillow from 11.1.0 to 12.3.0 in /api Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.1.0 to 12.3.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/11.1.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index cecd270..20ab778 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.115.6 uvicorn[standard]==0.34.0 segno==1.6.1 -Pillow==11.1.0 +Pillow==12.3.0 httpx==0.28.1 python-multipart==0.0.19