From 623633f35e008a5e5ef68313b629fec82e950c81 Mon Sep 17 00:00:00 2001 From: Sagar Vora Date: Mon, 31 Oct 2022 07:54:59 +0000 Subject: [PATCH] chore: bump `Pillow` to `9.3.0` (#18683) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e70a38215c..a552474a3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "Click~=7.1.2", "GitPython~=3.1.14", "Jinja2~=3.1.2", - "Pillow~=9.2.0", + "Pillow~=9.3.0", "PyJWT~=2.4.0", "PyMySQL~=1.0.2", "PyPDF2~=2.1.0",