From 79e1ce5093084cccd628bdd2e6473db25b2f4bcb Mon Sep 17 00:00:00 2001 From: Kenneth Estanislao Date: Tue, 28 Jan 2025 14:22:05 +0800 Subject: [PATCH] Update requirements.txt update pillow In _imagingcms.c in Pillow before 10.3.0, a buffer overflow exists because strcpy is used instead of strncpy. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a6f2c6..5c04a4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ insightface==0.7.3 psutil==5.9.8 tk==0.1.0 customtkinter==5.2.2 -pillow==9.5.0 +pillow==11.1.0 torch==2.0.1+cu118; sys_platform != 'darwin' torch==2.0.1; sys_platform == 'darwin' torchvision==0.15.2+cu118; sys_platform != 'darwin'