From e055d2742a3428019f3acb2586ff21f600e2f22d Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Sat, 6 Apr 2024 18:19:06 +0530 Subject: [PATCH] build(deps): bump pillow again (#25827) GHSA-44wm-f244-xhp3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 734ffef6dc..491dc504fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "filetype~=1.2.0", "GitPython~=3.1.34", "Jinja2~=3.1.2", - "Pillow~=10.2.0", + "Pillow~=10.3.0", "PyJWT~=2.8.0", # We depend on internal attributes, # do NOT add loose requirements on PyMySQL versions.