From 309ae838084322aa59c69b21fb15f9cd645e0679 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Jan 2024 19:17:30 +0000 Subject: [PATCH] fix: app/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6182918 --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 5999200..b388f34 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -5,7 +5,7 @@ django-widget-tweaks==1.4.5 fedex==2.4.0 html5lib==1.0.1 idna==2.8 -Pillow==6.2.2 +Pillow==10.2.0 PyPDF2==1.26.0 pytz==2019.2 reportlab==3.5.23