From 69e115911d5983fe635951d4088e468de149ae8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 17:18:30 +0000 Subject: [PATCH] Bump reportlab from 3.1.8 to 3.6.13 Bumps [reportlab](http://www.reportlab.com/) from 3.1.8 to 3.6.13. --- updated-dependencies: - dependency-name: reportlab dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c4836ae..6365cd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ Pillow==2.4.0 PyPDF2==1.21 -reportlab==3.1.8 +reportlab==3.6.13 wsgiref==0.1.2