From 4ea9457027ab6af67c6a9f807339fecd6fc6fe4e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Jan 2024 18:15: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-6182918 --- 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