Skip to content

Commit 2574f9f

Browse files
committed
Security fixes.
1 parent a646d8d commit 2574f9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
click==6.7
22
Flask==1.0.2
33
itsdangerous==0.24
4-
Jinja2==2.10
4+
Jinja2>=2.10.1
55
MarkupSafe==1.0
66
python-dotenv==0.9.1
77
Werkzeug==0.14.1

days/017-020-flask-call-apis/code/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Click==7.0
44
Flask==1.0.2
55
idna==2.7
66
itsdangerous==0.24
7-
Jinja2==2.10
7+
Jinja2>=2.10.1
88
MarkupSafe==1.0
99
python-dotenv==0.9.1
1010
requests==2.19.1

days/065-068-heroku-deployment/code/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Click==7.0
22
Flask==1.0.2
33
gunicorn==19.9.0
44
itsdangerous==1.1.0
5-
Jinja2==2.10
5+
Jinja2>=2.10.1
66
MarkupSafe==1.1.1
77
python-http-client==3.1.0
88
sendgrid==5.6.0

0 commit comments

Comments
 (0)