From 580ffc99274ac5977620c7cc77dac32068a1bf47 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Dec 2024 04:29:48 +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-MINIO-8445269 --- .../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..b0c6e905d2c 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 +minio>=7.2.11 # not directly required, pinned by Snyk to avoid a vulnerability