From 8f335824bddfc715be53f1558bedac8b67a9e8dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 18:49:03 +0000 Subject: [PATCH] fix: requirements_gui.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219984 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219986 --- requirements_gui.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements_gui.txt b/requirements_gui.txt index ef23a4a..22c1e91 100644 --- a/requirements_gui.txt +++ b/requirements_gui.txt @@ -1,4 +1,5 @@ kivy>=1.10.1 cv2 imageio -pygame \ No newline at end of file +pygame +pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file