diff --git a/setup.py b/setup.py index 01ba125..4bbd119 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ 'elasticsearch', 'boto3', 'PrettyTable', - 'jinja2==2.10', + 'jinja2==2.11.3', 'flask-cors' ], python_requires='>=3',