From ae984a59bf80ccfd36b8003128ff64407d875b7c Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 24 Jan 2024 12:20:02 +0530 Subject: [PATCH] build: bump pillow for GHSA-3f63-hfp8-52jq --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 423de6e3ee..5553a52e64 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.0.1", + "Pillow~=10.2.0", "PyJWT~=2.8.0", # We depend on internal attributes, # do NOT add loose requirements on PyMySQL versions.