From 87decfb62dfe2e854692b0b7d7b3c01045822e76 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Jun 2025 23:41:54 +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-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- requirements_gui.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements_gui.txt b/requirements_gui.txt index ef23a4a..0e007fd 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 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file