From 6f8c2bef7fc0a2ad3806e31c1149d003355f5334 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Feb 2026 10:06:35 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PROTOBUF-15090738 - https://snyk.io/vuln/SNYK-PYTHON-TORCH-15123585 --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0bfd3fdc..0772e296 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,6 @@ scikit-image>=0.18.2 pandas silx torchmetrics>=0.5.1 -omegaconf \ No newline at end of file +omegaconf +protobuf>=6.33.5 # not directly required, pinned by Snyk to avoid a vulnerability +torch>=2.10.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file