From 80399836772a944b75d51bfcfb0187dc4adf40e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jun 2025 07:57:57 +0000 Subject: [PATCH] fix: requirements.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 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3216958..ccfebc4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,4 +35,5 @@ httpx[http2] # a2a (unofficial, stub if not on PyPI) # For any additional plugins (add as needed) # Add other packages here as you expand functionality -# supabase_py_vault removed: not on PyPI \ No newline at end of file +# supabase_py_vault removed: not on PyPI +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file