From 6ca6be30f08d04eaab0bb84109ccd619a8b68323 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Sep 2023 19:00:06 +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-5918878 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a20dac044..650d5089b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,4 +36,5 @@ MarkupSafe==2.0.1 # TODO: needed by some plugins: migrate simple_logger matplotlib -validators==0.20.0 \ No newline at end of file +validators==0.20.0 +pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file