From b628d8dad2bb895633e07dadf9c2af5b2f5114f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Jun 2025 11:14:51 +0000 Subject: [PATCH] fix: repos/lopq/python/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PROTOBUF-10364902 --- repos/lopq/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/lopq/python/requirements.txt b/repos/lopq/python/requirements.txt index 4c7bd1806..3d2e92751 100644 --- a/repos/lopq/python/requirements.txt +++ b/repos/lopq/python/requirements.txt @@ -1,4 +1,4 @@ nose>=1.3.4 -protobuf>=2.6 +protobuf>=4.25.8 scikit-learn>=0.15 lmdb>=0.87 \ No newline at end of file