Add requirements.txt Pillow constraint to reduce vulnerabilities

This commit is contained in:
allegroai 2023-10-09 13:58:44 +03:00
parent eeb7583991
commit e6dbd13ca3

View File

@ -1,3 +1,4 @@
clearml >= 1.1.5 clearml >= 1.1.5
pexpect ; sys_platform != 'win32' pexpect ; sys_platform != 'win32'
wexpect ; sys_platform == 'win32' wexpect ; sys_platform == 'win32'
pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability