From b82f4d7c647a41645bfaf5991734b881269a01cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 11:49:32 +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 de6c011..3a9db44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ htmlmin pytz flake8 pylint -black \ No newline at end of file +black +pyasn1>=0.6.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file