From 59b0491a7128063d839517e0a753041701e3cf4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 10:10:10 +0000 Subject: [PATCH] Bump pillow from 10.3.0 to 12.2.0 in /api/http Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 12.2.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.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 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 392dbd2b74..e6afe102dd 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.2.0 pluggy==1.0.0 py==1.11.0 pylint==2.17.4