From d104c824fd273f732f364c124d6c560810535c54 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jul 2024 08:23:36 +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-7448482 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 53194ca..f5e097e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,5 @@ cvxpy==1.3.1 imageio==2.19.2 matplotlib==3.2.0 Pillow==10.0.1 -SciencePlots==2.1.0 \ No newline at end of file +SciencePlots==2.1.0 +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file