From c0b87b523c0de9df91bfbffbe256d88b4a4e0b82 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 May 2024 01:13:30 +0000 Subject: [PATCH] fix: src/examples/python/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412 --- src/examples/python/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/examples/python/requirements.txt b/src/examples/python/requirements.txt index 7088c8e1e..f490a60eb 100644 --- a/src/examples/python/requirements.txt +++ b/src/examples/python/requirements.txt @@ -56,3 +56,4 @@ wheel==0.38.0 # The following packages are considered to be unsafe in a requirements file: # pip # setuptools +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability