From 992597a68790ce2274aadf3d4b8a28076e382389 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Nov 2025 15:12:32 +0000 Subject: [PATCH] fix: examples/google_cloud_run/flask-gunicorn/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14151620 --- examples/google_cloud_run/flask-gunicorn/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/google_cloud_run/flask-gunicorn/requirements.txt b/examples/google_cloud_run/flask-gunicorn/requirements.txt index 24cc3e223..f7e49a5f8 100644 --- a/examples/google_cloud_run/flask-gunicorn/requirements.txt +++ b/examples/google_cloud_run/flask-gunicorn/requirements.txt @@ -1,3 +1,4 @@ slack_bolt Flask>=1.1 -gunicorn>=20 \ No newline at end of file +gunicorn>=20 +werkzeug>=3.1.4 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file