From e5305fed2dc11db0411db868bf0c9fcf8e0c0248 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Jan 2026 03:01:54 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5f340f5e..7f9eac0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ idna==2.5 itsdangerous==0.24 lxml==4.5.0 oauth2client==4.1.1 -pyasn1==0.2.3 +pyasn1==0.6.2 pyasn1-modules==0.0.9 pyquery==1.2.17 pytz==2017.2