From 8d467bffd81c0edc0b6d5c7ba6686bed58fdf31e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 17:17:55 +0000 Subject: [PATCH] Bump reportlab from 2.7 to 3.6.13 Bumps [reportlab](http://www.reportlab.com/) from 2.7 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 47d9e33..fbde667 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Mako==1.2.2 MarkupSafe==0.19 -reportlab==2.7 +reportlab==3.6.13 wsgiref==0.1.2 pytz==2018.9