From 029a23332f18953c94854a20c313dc1a3ebb9867 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jan 2026 13:25:35 +0000 Subject: [PATCH] fix: ghostwhisper.egg-info/requires.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 --- ghostwhisper.egg-info/requires.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ghostwhisper.egg-info/requires.txt b/ghostwhisper.egg-info/requires.txt index f229360..a3d24d7 100644 --- a/ghostwhisper.egg-info/requires.txt +++ b/ghostwhisper.egg-info/requires.txt @@ -1 +1,2 @@ requests +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability