From ec71fd024bc35211d14b4b3a6dd3421a60b85cb2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Oct 2024 01:02:37 +0000 Subject: [PATCH] fix: online-inference/custom-pytorch-aitextgen/custom-predictor/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309091 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309092 --- .../custom-pytorch-aitextgen/custom-predictor/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/online-inference/custom-pytorch-aitextgen/custom-predictor/requirements.txt b/online-inference/custom-pytorch-aitextgen/custom-predictor/requirements.txt index 11e97961..c93d9491 100644 --- a/online-inference/custom-pytorch-aitextgen/custom-predictor/requirements.txt +++ b/online-inference/custom-pytorch-aitextgen/custom-predictor/requirements.txt @@ -2,3 +2,4 @@ kfserving==0.5.1 aitextgen tensorflow +werkzeug>=3.0.6 # not directly required, pinned by Snyk to avoid a vulnerability