From e6dbd13ca38c58ce2b4057ef8ad2c35cc313eeea Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Mon, 9 Oct 2023 13:58:44 +0300 Subject: [PATCH] Add requirements.txt Pillow constraint to reduce vulnerabilities --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 76bbc81..1fd87bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ clearml >= 1.1.5 pexpect ; sys_platform != 'win32' wexpect ; sys_platform == 'win32' +pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability