From 982c28941444ee1767fffd39a76527f9f44d4447 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Dec 2022 16:27:07 +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-3180412 --- 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