From d2cbc6df026443f17dacf180a079335e1a5e7566 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Dec 2025 10:02:11 +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-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443 --- 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..40489b4 100644 --- a/wordpress_tegromoney_python.egg-info/requires.txt +++ b/wordpress_tegromoney_python.egg-info/requires.txt @@ -1,2 +1,3 @@ requests flask +urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability