From bb25c639094aa2a3c4addda3259ca2b8f87e6303 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Jan 2025 15:15:17 +0000 Subject: [PATCH] fix: requirements_edgar.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-5918878 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6182918 --- requirements_edgar.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements_edgar.txt b/requirements_edgar.txt index 4a6b1f1..6d21aed 100644 --- a/requirements_edgar.txt +++ b/requirements_edgar.txt @@ -2,4 +2,5 @@ numpy six tornado pyparsing -matplotlib \ No newline at end of file +matplotlib +pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file