diff --git a/setup.py b/setup.py index 01c75be3c8..8bd4307364 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ testing_extras = [ 'python-dateutil>=2.7', 'pytz>=2014.7', 'elasticsearch>=5.0,<6.0', - 'Jinja2>=2.11,<3.0', + 'Jinja2>=3.0,<3.1', 'boto3>=1.16,<1.17', 'freezegun>=0.3.8', 'openpyxl>=2.6.4',