From 66f5152fb4faa80ce5c960c639e15f2cc6e8dec7 Mon Sep 17 00:00:00 2001 From: RosterIn <48057736+RosterIn@users.noreply.github.com> Date: Wed, 27 Feb 2019 15:21:09 +0200 Subject: [PATCH] [AIRFLOW-2767] - Upgrade gunicorn to 19.5.0 to avoid moderate-severity CVE Upgrade gunicorn to 19.5.0 to avoid moderate-severity CVE --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4fa454625fb68..f57a0f59217dc 100644 --- a/setup.py +++ b/setup.py @@ -302,7 +302,7 @@ def do_setup(): 'funcsigs==1.0.0', 'future>=0.16.0, <0.17', 'gitpython>=2.0.2', - 'gunicorn>=19.4.0, <20.0', + 'gunicorn>=19.5.0, <20.0', 'iso8601>=0.1.12', 'json-merge-patch==0.2', 'jinja2>=2.7.3, <=2.10.0',