From d8656697f0c540cf708c774bc862c76266d5e10f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 10:43:04 +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-WHEEL-15053866 --- workflow/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workflow/requirements.txt b/workflow/requirements.txt index e3fe83e..5b7e12a 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 +wheel>=0.46.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file