From 9cc2ceb517b76d347b040bb66eb63829bae4cc18 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 May 2025 09:51:20 +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-9964606 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index de018352..542733f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,5 @@ PyWavelets imageio pypng sorcery -black[jupyter] \ No newline at end of file +black[jupyter] +setuptools>=78.1.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file