From 68e9da17958c8f3400528240b8ba313b708bcc1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 06:24:17 +0000 Subject: [PATCH] deps(python): bump pillow from 11.1.0 to 12.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.1.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.1.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index e5722974..2b946ef3 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -23,7 +23,7 @@ pdfminer.six # OpenSPP Specific (not in module manifests but required) # ----------------------------------------------------------------------------- # Pin specific versions for Docker builds -Pillow==11.1.0 +Pillow==12.1.1 fastapi==0.112.2 # Note: requests/urllib3 versions constrained by Odoo's requirements.txt