From 9d3b19bb737daad172bc2d4c4f4144225fa19a28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Jan 2024 17:31:38 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6182918 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4b532c4e5..f3aaed8c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -80,4 +80,5 @@ git+https://github.com/dbca-wa/appmonitor_client.git#egg=appmonitor_client click==8.1.7 numpy==1.26.3 setuptools==69.0.3 -wheel==0.42.0 \ No newline at end of file +wheel==0.42.0 +pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file