From 38d73e0d263ced60613b0b1ed5e4d5edeb3f2490 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Apr 2024 22:49:32 +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-6514866 --- requirements_gui.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements_gui.txt b/requirements_gui.txt index ef23a4a..ec9905c 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.3.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file