From 11b11b531540c807976d10cad1e2eed8d15cac62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Jan 2024 18:02:51 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6182918 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2473912..1ff0b75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ opencv-contrib-python==4.8.1.78.62 opencv-python==4.8.1.78.62 openpyxl==3.1.1 pandas==1.3.5 -Pillow==8.4.0 +Pillow==10.2.0 pyttsx3==2.90