From 83cb800d9c506987163b30e0eb1cb27886fe0219 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 07:38:25 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYASN1-15032639 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 534566f..620cfc4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,4 +23,5 @@ appdirs tqdm funcy fsspec -opencv-python \ No newline at end of file +opencv-python +pyasn1>=0.6.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file