From 5d091137a4e51f375363923584fee0eb0525a9bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 May 2024 04:26:14 +0000 Subject: [PATCH] fix: docs/samples/outlier-detection/alibi-detect/cifar10/requirements_notebook.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-FONTTOOLS-6133203 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321964 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321966 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-5918878 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6043904 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6182918 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219984 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219986 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6514866 - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412 - https://snyk.io/vuln/SNYK-PYTHON-TRANSFORMERS-6134594 - https://snyk.io/vuln/SNYK-PYTHON-TRANSFORMERS-6135747 - https://snyk.io/vuln/SNYK-PYTHON-TRANSFORMERS-6220003 - https://snyk.io/vuln/SNYK-PYTHON-TRANSFORMERS-6239525 --- .../alibi-detect/cifar10/requirements_notebook.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/samples/outlier-detection/alibi-detect/cifar10/requirements_notebook.txt b/docs/samples/outlier-detection/alibi-detect/cifar10/requirements_notebook.txt index cd6ec6b3fd2..a9318944c5e 100644 --- a/docs/samples/outlier-detection/alibi-detect/cifar10/requirements_notebook.txt +++ b/docs/samples/outlier-detection/alibi-detect/cifar10/requirements_notebook.txt @@ -1,2 +1,7 @@ alibi-detect[tensorflow]>=0.11.0 matplotlib>=3.1.1 +fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability +numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability +pillow>=10.3.0 # not directly required, pinned by Snyk to avoid a vulnerability +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability +transformers>=4.38.0 # not directly required, pinned by Snyk to avoid a vulnerability