From 73faa36f80cfba5985f38f2c3aed70197b92e308 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Nov 2023 04:18:13 +0000 Subject: [PATCH] fix: autoclicker/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6043904 --- autoclicker/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autoclicker/requirements.txt b/autoclicker/requirements.txt index 68db6c87f..8fa3d2079 100644 --- a/autoclicker/requirements.txt +++ b/autoclicker/requirements.txt @@ -1,2 +1,3 @@ pyautogui -pynput \ No newline at end of file +pynput +pillow>=10.0.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file