From a330530c2b596ebe2e271a26b008879d3b4011ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Jan 2026 22:42:45 +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-14908843 --- 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 4be08a4..093f532 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.5 # not directly required, pinned by Snyk to avoid a vulnerability