From 47ecf1fdda14f430aec4e49338daf872fb593400 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 23:52:58 +0000 Subject: [PATCH] fix: backend/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 79765cd531..3f7ba0f464 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -22,3 +22,4 @@ sqlmodel==0.0.8 tqdm>=4.64.1 uuid7==0.1.0 uvicorn==0.20.0 +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability