diff --git a/requirements.txt b/requirements.txt index 01e7556..c387869 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ path.py>=11.5 aelog>=1.0.3 tablib>=0.12.1 python-docx>=0.8.10 -reportlab==3.5.21 +reportlab==3.5.55 diff --git a/setup.py b/setup.py index 0d920a1..c1ce16a 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.5.55'], python_requires=">=3.5", keywords="tabular,datasets,excel,word,pdf", license='MIT',