From c843875888188e465fa3a430492491bde6bac051 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 01:45:43 +0000 Subject: [PATCH] fix: backend/oasst_backend/utils/topic_model_requirments.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TORCH-13052805 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 --- backend/oasst_backend/utils/topic_model_requirments.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/oasst_backend/utils/topic_model_requirments.txt b/backend/oasst_backend/utils/topic_model_requirments.txt index 4941d144ad..024b76d807 100644 --- a/backend/oasst_backend/utils/topic_model_requirments.txt +++ b/backend/oasst_backend/utils/topic_model_requirments.txt @@ -2,3 +2,5 @@ pandas sentence-transformers bertopic scipy +torch>=2.9.0 # not directly required, pinned by Snyk to avoid a vulnerability +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability