From 1e0ec31c60f4a5c75c189e887f68d26cec33093c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Jun 2025 07:39:31 +0000 Subject: [PATCH] fix: polygon-yolov5/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-10305723 --- polygon-yolov5/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/polygon-yolov5/requirements.txt b/polygon-yolov5/requirements.txt index ee901d4..3123a21 100644 --- a/polygon-yolov5/requirements.txt +++ b/polygon-yolov5/requirements.txt @@ -30,3 +30,4 @@ pandas # Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172 # pycocotools>=2.0 # COCO mAP thop # FLOPs computation +requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability