Require Jinja2 3.1.0 or later (#84864)

This commit is contained in:
Matt Clay
2025-03-19 17:21:26 -07:00
committed by GitHub
parent ad5cf37625
commit 7e7946b60d
4 changed files with 6 additions and 4 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 >= 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