This is an automated email from the ASF dual-hosted git repository.
villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 4a34c55 Bump to gunicorn 20 (#8643)
4a34c55 is described below
commit 4a34c553c7e183b456ece0c54bfd13da6d55c87f
Author: Ville Brofeldt <[email protected]>
AuthorDate: Sun Nov 24 10:18:22 2019 +0200
Bump to gunicorn 20 (#8643)
---
requirements.txt | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index 2580eb9..76b24fd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -37,7 +37,7 @@ flask==1.1.1
future==0.17.1 # via parsedatetime
geographiclib==1.49 # via geopy
geopy==1.20.0
-gunicorn==19.8.1
+gunicorn==20.0.2
humanize==0.5.1
isodate==0.6.0
itsdangerous==1.1.0 # via flask
diff --git a/setup.py b/setup.py
index 0a3942c..17f79bb 100644
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ setup(
"flask-migrate",
"flask-wtf",
"geopy",
- "gunicorn<19.9.0", # deprecated
+ "gunicorn>=20.0.2, <20.1",
"humanize",
"isodate",
"markdown>=3.0",