From 7a87cc4ae7d40a52c12aede42139ad2ac70e603e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Nov 2023 20:58:41 +0000 Subject: [PATCH] fix: requirements-dev.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6043904 --- requirements-dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 42de808..a69a69a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,4 +14,5 @@ awkward pyarrow pygmsh asciitree -numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file +numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability +pillow>=10.0.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file