From df494b321dd497a677d5ba19e1a038ec7eea28b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Sep 2023 03:59:17 +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-5918878 --- autotyper/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/autotyper/requirements.txt b/autotyper/requirements.txt index 475b86a21..e0858f848 100644 --- a/autotyper/requirements.txt +++ b/autotyper/requirements.txt @@ -1,2 +1,3 @@ pynput==1.7.1 pytesseract==0.3.6 +pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability