From f8ebacadb14d032f3e5b2846ac44f76bf0a772a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jul 2024 05:54:26 +0000 Subject: [PATCH] fix: examples/cherrypy_example/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482 --- examples/cherrypy_example/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/cherrypy_example/requirements.txt b/examples/cherrypy_example/requirements.txt index d71870692..7d018a0a3 100644 --- a/examples/cherrypy_example/requirements.txt +++ b/examples/cherrypy_example/requirements.txt @@ -1 +1,2 @@ cherrypy +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability