From c65184800f543a5bccf790db244ba341f2756cee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Feb 2026 11:43:57 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60c7a8d..72b0028 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,4 +27,5 @@ psutil>=5.9.0 cryptography>=41.0.0 # Optional: For better JSON handling -orjson>=3.9.0 \ No newline at end of file +orjson>=3.9.0 +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file