From c2fa28328e6f5337252affc63e1c8dabcabac9bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 17:21:01 +0000 Subject: [PATCH] Bump reportlab from 3.5.21 to 3.6.13 Bumps [reportlab](http://www.reportlab.com/) from 3.5.21 to 3.6.13. --- updated-dependencies: - dependency-name: reportlab dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0b6893a..ac5a8f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ path.py>=11.5 aelog>=1.0.3 tablib>=0.12.1 python-docx>=0.8.10 -reportlab==3.5.21 +reportlab==3.6.13 openpyxl==3.1.2 diff --git a/setup.py b/setup.py index 0d920a1..1599bbf 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ 'python-docx>=0.8.10', 'path.py>=11.5', 'aelog>=1.0.3', - 'reportlab==3.5.21'], + 'reportlab==3.6.13'], python_requires=">=3.5", keywords="tabular,datasets,excel,word,pdf", license='MIT',