Browse Source

update gunicorn version again in pip_requirements

to fix a potential security vulnerability of gunicorn, CVE-2018-1000164
laiwei 6 years ago
parent
commit
b487bc60e3
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.5.0
+gunicorn==19.9.0
 python-dateutil==2.2
 requests==2.3.0
 mysql-python