From 8fb9f229c9e9c0f9f77244f8658768aaf04fa600 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 21:09:41 +0000 Subject: [PATCH] fix: wechat/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219984 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219986 --- wechat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wechat/requirements.txt b/wechat/requirements.txt index 7a8bbcc9..3433d824 100644 --- a/wechat/requirements.txt +++ b/wechat/requirements.txt @@ -5,7 +5,7 @@ idna==2.6 numpy==1.14.5 opencv-python==3.4.1.15 optionaldict==0.1.1 -Pillow==5.1.0 +Pillow==10.2.0 pycrypto==2.6.1 python-dateutil==2.7.3 python-mimeparse==1.6.0