From 71c4ffbf513c490dc1d9806b8fa06e927a1419c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Apr 2024 21:43:39 +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-6514866 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a2d483b0..7cf693d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ html5lib==0.9999999 idna==2.6 jmespath==0.9.3 olefile==0.44 -pillow==4.3.0 +pillow==10.3.0 psycopg2==2.7.3.2 python-dateutil==2.6.1 pytz==2017.3