diff --git a/awx_collection/test/awx/test_notification_template.py b/awx_collection/test/awx/test_notification_template.py index 252aca71e3..96fbd5e56c 100644 --- a/awx_collection/test/awx/test_notification_template.py +++ b/awx_collection/test/awx/test_notification_template.py @@ -137,4 +137,4 @@ def test_build_notification_message_undefined(run_module, admin_user, organizati nt = NotificationTemplate.objects.get(id=result['id']) _, body = job.build_notification_message(nt, 'running') - assert '{"started_by": "My Placeholder"}' in body \ No newline at end of file + assert '{"started_by": "My Placeholder"}' in body diff --git a/requirements/requirements.in b/requirements/requirements.in index c4466dedc1..cb53e02f8f 100644 --- a/requirements/requirements.in +++ b/requirements/requirements.in @@ -25,7 +25,7 @@ djangorestframework>=3.12.1 djangorestframework-yaml GitPython>=3.1.1 # minimum to fix https://github.com/ansible/awx/issues/6119 irc -jinja2 +jinja2>=2.11.0 # required for ChainableUndefined jsonschema Markdown # used for formatting API help openshift>=0.11.0 # minimum version to pull in new pyyaml for CVE-2017-18342