Skip to content

Commit 34ce180

Browse files
committed
Update dependency Jinja2 to v2.11.3
1 parent 3484d61 commit 34ce180

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_RESOURCES/course-work/python-project-starter/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Flask = "==1.1.2"
1313
Flask-Cors = "==3.0.8"
1414
Flask-SQLAlchemy = "==2.4.4"
1515
Flask-WTF = "==0.14.3"
16-
Jinja2 = "==2.11.2"
16+
Jinja2 = "==2.11.3"
1717
MarkupSafe = "==2.0.1"
1818
SQLAlchemy = "==1.3.19"
1919
Werkzeug = "==1.0.1"

_RESOURCES/course-work/python-project-starter/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ flask-wtf==0.14.3
1616
flask==1.1.2
1717
gunicorn==20.0.4
1818
itsdangerous==1.1.0
19-
jinja2==2.11.2
19+
jinja2==2.11.3
2020
mako==1.1.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2121
markupsafe==2.0.1
2222
pyjwt==1.7.1

0 commit comments

Comments
 (0)