From 6f1dfb7b4355ca8a5e4fbdfaf009472a11bebda8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Nov 2023 02:36:20 +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-WERKZEUG-6041510 --- polygon-yolov5/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/polygon-yolov5/requirements.txt b/polygon-yolov5/requirements.txt index ee901d4..8a03c79 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 +werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability