mirror of
https://github.com/ansible/ansible.git
synced 2025-11-30 23:16:08 +07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user