From 8f4105bd6e00b087eab2ef3071ddb02b09f00d18 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Jan 2026 05:43:06 +0000 Subject: [PATCH] fix: examples/chatgpt/rag-quickstart/gcp/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14908843 --- examples/chatgpt/rag-quickstart/gcp/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/chatgpt/rag-quickstart/gcp/requirements.txt b/examples/chatgpt/rag-quickstart/gcp/requirements.txt index 142fb2273a..e987d741d5 100644 --- a/examples/chatgpt/rag-quickstart/gcp/requirements.txt +++ b/examples/chatgpt/rag-quickstart/gcp/requirements.txt @@ -1,3 +1,5 @@ google-cloud-bigquery functions-framework -openai \ No newline at end of file +openai +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability +werkzeug>=3.1.5 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file