From 8634c01c53725d15105beaaa959b8492381e2b4c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Nov 2024 05:24:39 +0000 Subject: [PATCH] fix: components/example-notebook-servers/jupyter-tensorflow-full/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-8400708 --- .../jupyter-tensorflow-full/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/components/example-notebook-servers/jupyter-tensorflow-full/requirements.txt b/components/example-notebook-servers/jupyter-tensorflow-full/requirements.txt index 8d1a47dba67..419bebc90a0 100644 --- a/components/example-notebook-servers/jupyter-tensorflow-full/requirements.txt +++ b/components/example-notebook-servers/jupyter-tensorflow-full/requirements.txt @@ -17,3 +17,4 @@ scikit-learn==0.24.2 scipy==1.7.0 seaborn==0.11.1 xgboost==1.4.2 +tornado>=6.4.2 # not directly required, pinned by Snyk to avoid a vulnerability