From e16a7df69b17b0846930b043ce39a18bdd77d399 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 15:23:27 +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-6219984 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219986 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 23439ef..184d87f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ django-cors-headers==3.2.1 django-js-asset==1.2.2 djangorestframework==3.11.0 html2text==2020.1.16 -Pillow==7.1.0 +Pillow==10.2.0 psycopg2-binary==2.8.4 python-decouple==3.3 pytz==2019.3