mirror of
https://github.com/ansible/ansible.git
synced 2025-11-30 23:16:08 +07:00
Require Jinja2 3.1.0 or later (#84864)
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 >= 3.0.0
|
||||
jinja2 >= 3.1.0 # Jinja2 native macro support fixed in 3.1.0
|
||||
PyYAML >= 5.1 # PyYAML 5.1 is required for Python 3.8+ support
|
||||
cryptography
|
||||
packaging
|
||||
|
||||
Reference in New Issue
Block a user