From c20f686535ad717529e76f4445f6ed44363a660c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Nov 2022 16:27:26 +0000 Subject: [PATCH] fix: base-requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3113904 --- base-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base-requirements.txt b/base-requirements.txt index 0f8e7cb..e9115ae 100644 --- a/base-requirements.txt +++ b/base-requirements.txt @@ -1,4 +1,5 @@ opil==1.0b3 pydent==1.0.7 rope==0.18.0 -tyto==1.0a4 \ No newline at end of file +tyto==1.0a4 +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file