From 55aca7654dc99dc20894673fe0f1d63952a19050 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Mon, 16 Feb 2026 11:57:20 +0530 Subject: [PATCH] build: Bump pillow (#37047) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1486da9b18..0118bf201c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "filetype~=1.2.0", "GitPython~=3.1.45", "Jinja2~=3.1.6", - "Pillow~=12.0.0", + "Pillow~=12.1.1", "PyJWT~=2.10.1", # We depend on internal attributes, # do NOT add loose requirements on PyMySQL versions.