From d517fe02dc7b493f6eeee0f9cb75d53de98d36b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 May 2024 16:29:15 +0000 Subject: [PATCH] fix: wordpress_tegromoney_python.egg-info/requires.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6808933 --- wordpress_tegromoney_python.egg-info/requires.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/wordpress_tegromoney_python.egg-info/requires.txt b/wordpress_tegromoney_python.egg-info/requires.txt index a50db1c..ea0f282 100644 --- a/wordpress_tegromoney_python.egg-info/requires.txt +++ b/wordpress_tegromoney_python.egg-info/requires.txt @@ -1,2 +1,3 @@ requests flask +werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability