From 909e72d7a242eccceb98043b38039d10459c68d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Dec 2025 09:52:41 +0000 Subject: [PATCH] fix: machine-learning/edge-detection/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-FONTTOOLS-14151621 --- machine-learning/edge-detection/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machine-learning/edge-detection/requirements.txt b/machine-learning/edge-detection/requirements.txt index ad07e21c..898d420a 100644 --- a/machine-learning/edge-detection/requirements.txt +++ b/machine-learning/edge-detection/requirements.txt @@ -1,3 +1,4 @@ opencv-python numpy -matplotlib \ No newline at end of file +matplotlib +fonttools>=4.61.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file