From 0ba4bd394bfe8285086d7588452b19d7f972c57a Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 10:01:48 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WHEEL-15053866 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index abe29d2..a5dad68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -e . -wheel==0.24.0 +wheel==0.46.2 # Additional requirements go here \ No newline at end of file