From a5dfe0946351d34e58f6890ef47351e49e0a2231 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Sep 2024 03:08:52 +0000 Subject: [PATCH] fix: sandesh/library/python/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412 - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482 --- sandesh/library/python/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/sandesh/library/python/requirements.txt b/sandesh/library/python/requirements.txt index c8e839d..1508cd0 100644 --- a/sandesh/library/python/requirements.txt +++ b/sandesh/library/python/requirements.txt @@ -4,3 +4,4 @@ netaddr<1 fysom future six +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability