From f43b2583872682a57f7974e41fce25afe2b05dfb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Nov 2023 17:22:30 +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-6041510 --- 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..b23e10a 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.1 # not directly required, pinned by Snyk to avoid a vulnerability