From 95f6467ed999a2139e13b9eeecc040744bc9bb4b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 15:05:24 +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-6219986 --- 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