From 0803b9041ad2909d36fbba0b62625e1005626b84 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 20:09:58 +0000 Subject: [PATCH] fix: docs/python/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219984 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219986 --- docs/python/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/python/requirements.txt b/docs/python/requirements.txt index 8bfb4e15bdea5..1433464eb4b16 100644 --- a/docs/python/requirements.txt +++ b/docs/python/requirements.txt @@ -4,3 +4,4 @@ pyquickhelper tensorflow tensorflow-onnx +pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability