From 1949ee375fc4523debb1782ec5e0ffb09329725b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Nov 2024 03:59:14 +0000 Subject: [PATCH] fix: language/sample-apps/chat-streamlit/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-8400708 --- language/sample-apps/chat-streamlit/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/language/sample-apps/chat-streamlit/requirements.txt b/language/sample-apps/chat-streamlit/requirements.txt index fb9f15db039..e6bd2e24ac9 100644 --- a/language/sample-apps/chat-streamlit/requirements.txt +++ b/language/sample-apps/chat-streamlit/requirements.txt @@ -1,3 +1,4 @@ google-cloud-aiplatform>=1.31.0 streamlit streamlit-chat +tornado>=6.4.2 # not directly required, pinned by Snyk to avoid a vulnerability