mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-24 09:58:43 -04:00
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:
@@ -8,6 +8,7 @@ Flask==1.1.2 # pyup: <2
|
||||
Flask-WTF==0.15.1
|
||||
Flask-Login==0.5.0
|
||||
werkzeug==2.0.2
|
||||
jinja2==3.0.2
|
||||
|
||||
blinker==1.4
|
||||
pyexcel==0.6.6
|
||||
|
||||
@@ -95,8 +95,9 @@ itsdangerous==1.1.0
|
||||
# flask
|
||||
# flask-wtf
|
||||
# notifications-utils
|
||||
jinja2==2.11.3
|
||||
jinja2==3.0.2
|
||||
# via
|
||||
# -r requirements.in
|
||||
# flask
|
||||
# govuk-frontend-jinja
|
||||
# notifications-utils
|
||||
|
||||
Reference in New Issue
Block a user