From 372fe3e06f1cf401fa1db3a4097e4f21c8339d4e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jul 2024 04:00:05 +0000 Subject: [PATCH] fix: python-distributed-kmeans/requirements-dev.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482 --- python-distributed-kmeans/requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/python-distributed-kmeans/requirements-dev.txt b/python-distributed-kmeans/requirements-dev.txt index 4b786898..c5dcd018 100644 --- a/python-distributed-kmeans/requirements-dev.txt +++ b/python-distributed-kmeans/requirements-dev.txt @@ -3,3 +3,4 @@ pytest ipdb # dkmeans package git+https://github.com/Marigold/dkmeans.git@restructure#egg=dkmeans +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability