From d8e051869d01bbc9f6179c81638f928e4ed504a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Dec 2022 18:21:08 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e5e5e01caa..00240ea924 100644 --- a/requirements.txt +++ b/requirements.txt @@ -66,4 +66,5 @@ werkzeug==0.16.1 # It is not included by default because of the GPL license conflict. # ldap3==2.2.4 Authlib==0.15.5 -advocate==1.0.0 \ No newline at end of file +advocate==1.0.0 +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file