From 844119450375c436040d8c6e4f60d85bc9a27578 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Jan 2026 10:15:24 +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-URLLIB3-14896210 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14908843 --- wordpress_tegromoney_python.egg-info/requires.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wordpress_tegromoney_python.egg-info/requires.txt b/wordpress_tegromoney_python.egg-info/requires.txt index a50db1c..7c85c20 100644 --- a/wordpress_tegromoney_python.egg-info/requires.txt +++ b/wordpress_tegromoney_python.egg-info/requires.txt @@ -1,2 +1,4 @@ requests flask +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability +werkzeug>=3.1.5 # not directly required, pinned by Snyk to avoid a vulnerability