From 15e5bcba6b8e9f9b623c4114ccced9a5c962d2d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Jun 2025 01:12:18 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-10305723 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 99efad98a..dce4d5fec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ ruff==0.1.7 pre-commit==3.5.0 pyright==1.1.360 typer -cohere \ No newline at end of file +cohere +requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file