From 54dcd00b787bef26efc0fcc06cd3fa8a3395eab2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Jan 2026 23:30:45 +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-14896210 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ab63e1..f063d2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ pydantic>=2.10 requests -openai >= 1.75.0 \ No newline at end of file +openai >= 1.75.0 +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file