From 4c3f60334424b34b6b49d76f2dbc728fe051fd03 Mon Sep 17 00:00:00 2001 From: Jo Booth Date: Thu, 12 Oct 2023 17:27:43 -0400 Subject: [PATCH] fix: LEAP-293: bump pillow version to respond to CVE-2023-4863 --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7e656949..dd1d9233 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,7 @@ pandas>=0.24.0 requests>=2.22.0,<3 -Pillow==9.3.0 +Pillow>=10.0.1 nltk==3.6.7 label-studio-tools>=0.0.3 ujson ijson~=3.2.0.post0 -