From 21b39f4eb019b78c21913b46cf1be7dca9899c7c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jul 2024 04:47:31 +0000 Subject: [PATCH] fix: src/config/vnc_openstack/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482 --- src/config/vnc_openstack/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/vnc_openstack/requirements.txt b/src/config/vnc_openstack/requirements.txt index b786f55d5..a653a2399 100644 --- a/src/config/vnc_openstack/requirements.txt +++ b/src/config/vnc_openstack/requirements.txt @@ -11,3 +11,4 @@ kazoo netaddr sandesh==0.1.dev0 sandesh-common +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability