From d7330a9964d943a228e9fd2829e6fd871fff524e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Dec 2025 08:50:02 +0000 Subject: [PATCH] fix: workflow/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14151620 --- workflow/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workflow/requirements.txt b/workflow/requirements.txt index e3fe83e..d9eea94 100644 --- a/workflow/requirements.txt +++ b/workflow/requirements.txt @@ -5,4 +5,5 @@ scipy cvxopt PyYAML pytest -pytest-cov \ No newline at end of file +pytest-cov +werkzeug>=3.1.4 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file