From 151a9d18718f93d00738744cc333416089615c2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 20:43:02 +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-6035177 --- 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