From 50895d3e407a00e0646b004298bb8367f80466cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Oct 2024 03:22:01 +0000 Subject: [PATCH] fix: components/example-notebook-servers/jupyter-tensorflow/cpu-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 --- .../jupyter-tensorflow/cpu-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/components/example-notebook-servers/jupyter-tensorflow/cpu-requirements.txt b/components/example-notebook-servers/jupyter-tensorflow/cpu-requirements.txt index b154f958f8d..048bbe5d33c 100644 --- a/components/example-notebook-servers/jupyter-tensorflow/cpu-requirements.txt +++ b/components/example-notebook-servers/jupyter-tensorflow/cpu-requirements.txt @@ -1 +1,2 @@ tensorflow==2.9.3 +werkzeug>=3.0.6 # not directly required, pinned by Snyk to avoid a vulnerability