Skip to content

Commit 984e4b0

Browse files
committed
Fix the security issues with some python packages.
1 parent 227949c commit 984e4b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ flask-restplus==0.12.1
1414
Flask-Script==2.0.6
1515
Flask-SQLAlchemy==2.3.2
1616
itsdangerous==0.24
17-
Jinja2==2.10
17+
Jinja2==2.10.1
1818
jsonschema==3.0.2
1919
Mako==1.1.0
2020
MarkupSafe==1.0
@@ -23,7 +23,7 @@ PyJWT==1.7.1
2323
python-dateutil==2.8.0
2424
python-editor==1.0.4
2525
pytz==2019.1
26-
SQLAlchemy==1.2.12
27-
Werkzeug==0.14.1
26+
SQLAlchemy==1.3.0
27+
Werkzeug==0.15.3
2828
gunicorn==19.9.0
2929
psycopg2==2.8.3

0 commit comments

Comments
 (0)