summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMartin Krizek <martin.krizek@gmail.com>2021-10-20 19:22:29 +0200
committerGitHub <noreply@github.com>2021-10-20 12:22:29 -0500
commit7621784b947adb497a24725259318506a102d1a4 (patch)
tree5194910123e52b4f36e90a0d5d8a00decab0a31d /requirements.txt
parent835fe7182872422f59dfd0c94a0fdbb3b2da5bc7 (diff)
downloadansible-7621784b947adb497a24725259318506a102d1a4.tar.gz
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
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 40cf83a647..a732a5951d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -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