From 6ea7396f42dfc0f12f6a2d7ceb4674fa0aa37c40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 15:54:35 +0000 Subject: [PATCH] Bump pillow from 10.3.0 to 12.1.1 in /api/http Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.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/10.3.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- api/http/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/http/requirements_dev.txt b/api/http/requirements_dev.txt index c1ada3cf57..c72a9299b5 100644 --- a/api/http/requirements_dev.txt +++ b/api/http/requirements_dev.txt @@ -7,7 +7,7 @@ iniconfig==2.0.0 isort==5.12.0 mypy==1.3.0 packaging==23.1 -Pillow==10.3.0 +Pillow==12.1.1 pluggy==1.0.0 py==1.11.0 pylint==2.17.4