From 4bddb2ab572d29fe328115478cd4730d74ec89eb 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:36 +0800 Subject: [PATCH] pillow 10.2.* (#5939) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c588b1ce834..791ef490976 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.*