Require the newest version of Jinja2

Flask version 2 requires Jinja2 version 3. However rather than bumping
both at once it feels safer to do this incrementally, so we can isolate
anything which breaks.
This commit is contained in:
Chris Hill-Scott
2021-10-13 12:11:45 +01:00
parent e457ccdf02
commit 5aa8805573
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ Flask==1.1.2 # pyup: <2
Flask-WTF==0.15.1 Flask-WTF==0.15.1
Flask-Login==0.5.0 Flask-Login==0.5.0
werkzeug==2.0.2 werkzeug==2.0.2
jinja2==3.0.2
blinker==1.4 blinker==1.4
pyexcel==0.6.6 pyexcel==0.6.6
+2 -1
View File
@@ -95,8 +95,9 @@ itsdangerous==1.1.0
# flask # flask
# flask-wtf # flask-wtf
# notifications-utils # notifications-utils
jinja2==2.11.3 jinja2==3.0.2
# via # via
# -r requirements.in
# flask # flask
# govuk-frontend-jinja # govuk-frontend-jinja
# notifications-utils # notifications-utils