Require Jinja2 3.0.0 (#75881)

* Require Jinja2 3.0.0

ci_complete

* Fix sanity

* Remove Jinja min/max tests

* ansible-test changes

* ci_complete

* More cleanup

ci_complete

* Revert _count_newlines_from_end :( and other stuff

* Fix sanity

* It's using host_vars ...

* Unused import

* Remove overridden groupby filter

* environmentfilter -> pass_environment

* Explain preserve_trailing_newlines

* Add changelog

* ci_complete

* Deprecated ANSIBLE_JINJA2_NATIVE_WARNING

* native_helpers.py cleanup

* More cleanup in the find intgration test
This commit is contained in:
Martin Krizek
2021-10-20 19:22:29 +02:00
committed by GitHub
parent 835fe71828
commit 7621784b94
46 changed files with 98 additions and 523 deletions

View File

@@ -3,7 +3,7 @@
# packages. Thus, this should be the loosest set possible (only required
# packages, not optional ones, and with the widest range of versions that could
# be suitable)
jinja2
jinja2 >= 3.0.0
PyYAML
cryptography
packaging