mirror of
https://github.com/clearml/clearml-session
synced 2025-01-31 02:46:56 +00:00
Add requirements.txt Pillow constraint to reduce vulnerabilities
This commit is contained in:
parent
eeb7583991
commit
e6dbd13ca3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user