Browse Source

Update pip_requirements.txt

fix a potential security vulnerability of gunicorn,  CVE-2018-1000164
laiwei 6 years ago
parent
commit
61166a978e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pip_requirements.txt

+ 1 - 1
pip_requirements.txt

@@ -2,7 +2,7 @@ Flask==0.10.1
 Flask-Babel==0.9
 Jinja2==2.7.2
 Werkzeug==0.9.4
-gunicorn==19.1.1
+gunicorn ~> 19.5.0
 python-dateutil==2.2
 requests==2.3.0
 mysql-python