From 48a561730f4f837375735132bb598dea76223abf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Apr 2024 22:39:04 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6514866 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index bb8f7823b..f4af72d02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ git+https://github.com/cocodataset/panopticapi.git#egg=panopticapi scipy onnx onnxruntime +pillow>=10.3.0 # not directly required, pinned by Snyk to avoid a vulnerability