Skip to content

Commit

Permalink
Require jinja2 v3.0. (#615)
Browse files Browse the repository at this point in the history
Fixes #569
  • Loading branch information
SmileyChris authored Jun 13, 2024
1 parent e3e73bd commit 52412ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"importlib-resources>=5; python_version<'3.10'",
"importlib-metadata>=4.6; python_version<'3.10'",
"incremental",
"jinja2",
"jinja2>=3",
"tomli; python_version<'3.11'",
]

Expand Down
1 change: 1 addition & 0 deletions src/towncrier/newsfragments/569.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Constrain jinja2 to v3+ -- our templates require this and it was released over 3 years ago (May 2021)

0 comments on commit 52412ac

Please sign in to comment.