Skip to content

Commit a7d791f

Browse files
committed
Require jinja2 v3.0.
Fixes twisted#569
1 parent e3e73bd commit a7d791f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"importlib-resources>=5; python_version<'3.10'",
3434
"importlib-metadata>=4.6; python_version<'3.10'",
3535
"incremental",
36-
"jinja2",
36+
"jinja2>=3",
3737
"tomli; python_version<'3.11'",
3838
]
3939

+1
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)