From 119825fa6f520d7c0c33c8a711ec5570ed7d2438 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 06:33: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-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- 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..dcfbeb5 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.5.0 # not directly required, pinned by Snyk to avoid a vulnerability