From 6a179e80acc5903b6bb03d76f9bbd56dc112c371 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jan 2026 11:50:52 +0000 Subject: [PATCH] fix: general/gmail-api/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYASN1-15032639 --- general/gmail-api/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/general/gmail-api/requirements.txt b/general/gmail-api/requirements.txt index 3a1e020b..1cd0ca76 100644 --- a/general/gmail-api/requirements.txt +++ b/general/gmail-api/requirements.txt @@ -1,3 +1,4 @@ google-api-python-client google-auth-httplib2 -google-auth-oauthlib \ No newline at end of file +google-auth-oauthlib +pyasn1>=0.6.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file