From de87b14d2e37f6aa51f960defc7b47dd8a4a9e7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 18:00:42 +0000 Subject: [PATCH] Update reportlab requirement from ~=3.5.46 to ~=3.6.12 Updates the requirements on [reportlab](http://www.reportlab.com/) to permit the latest version. --- 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 57d3215..579d6fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ django ~= 2.2 django-csp ~= 3.6 django-modeltranslation ~= 0.15 pillow ~= 7.2.0 -reportlab ~= 3.5.46 +reportlab ~= 3.6.12