From c06240813ed0815be5d49ed06184fc28946d5a5f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Nov 2025 19:25:49 +0000 Subject: [PATCH] fix: builders/testdata/python/gunicorn_outdated/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14151620 --- builders/testdata/python/gunicorn_outdated/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/builders/testdata/python/gunicorn_outdated/requirements.txt b/builders/testdata/python/gunicorn_outdated/requirements.txt index 4be08a471..fa5160e52 100644 --- a/builders/testdata/python/gunicorn_outdated/requirements.txt +++ b/builders/testdata/python/gunicorn_outdated/requirements.txt @@ -1,2 +1,3 @@ flask==1.1.1 gunicorn==18.0 +werkzeug>=3.1.4 # not directly required, pinned by Snyk to avoid a vulnerability