From 7e3d48fc076f7a6ead5e9a8a542ad9f968e69dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AC=A2=E4=B9=90=E9=A9=AC?= <38058090+SkywalkerSpace@users.noreply.github.com> Date: Sun, 4 Feb 2024 16:36:10 +0800 Subject: [PATCH] pillow 10.2.* (#5938) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b6bf8f4ed4..5be14b161c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ future==0.18.* gunicorn==20.1.* mysqlclient==2.1.* qrcode==7.3.* -pillow==10.0.* +pillow==10.2.* chardet==5.1.* cffi==1.15.1 captcha==0.5.*