From 67c5d805f873108fb47bbede815ffca124542ddd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 04:18:39 +0000 Subject: [PATCH] fix: autotyper/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219984 --- autotyper/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/autotyper/requirements.txt b/autotyper/requirements.txt index 475b86a21..2cc63b731 100644 --- a/autotyper/requirements.txt +++ b/autotyper/requirements.txt @@ -1,2 +1,3 @@ pynput==1.7.1 pytesseract==0.3.6 +pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability