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.
pull/910/head
Kenneth Estanislao 2025-01-28 14:22:05 +08:00
parent fda4878bfd
commit 79e1ce5093
1 changed files with 1 additions and 1 deletions

View File

@ -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'