From d80b8c420952396506a4cd593f68e7c73603ee17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 00:04:49 +0000 Subject: [PATCH] chore(deps): bump pillow from 10.3.0 to 12.1.0 in /coffee-relay Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 12.1.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.1.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- coffee-relay/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coffee-relay/requirements.txt b/coffee-relay/requirements.txt index 83e02c3..0a30b41 100644 --- a/coffee-relay/requirements.txt +++ b/coffee-relay/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.109.1 uvicorn==0.40.0 google-generativeai==0.8.6 -pillow==10.3.0 +pillow==12.1.0 python-multipart==0.0.22 pyMeticulous>=0.1.0 zstandard>=0.22.0