We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e73bd commit a7d791fCopy full SHA for a7d791f
pyproject.toml
@@ -33,7 +33,7 @@ dependencies = [
33
"importlib-resources>=5; python_version<'3.10'",
34
"importlib-metadata>=4.6; python_version<'3.10'",
35
"incremental",
36
- "jinja2",
+ "jinja2>=3",
37
"tomli; python_version<'3.11'",
38
]
39
src/towncrier/newsfragments/569.misc.rst
@@ -0,0 +1 @@
1
+Constrain jinja2 to v3+ -- our templates require this and it was released over 3 years ago (May 2021)
0 commit comments