From 6a7a47a8d5eb1a4155e0a2002925e3792d95215f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Jan 2023 17:15:07 +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-PYPDF2-3186343 --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 5999200..7f14b44 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -6,7 +6,7 @@ fedex==2.4.0 html5lib==1.0.1 idna==2.8 Pillow==6.2.2 -PyPDF2==1.26.0 +PyPDF2==2.10.6 pytz==2019.2 reportlab==3.5.23 requests==2.22.0