From 4a34c553c7e183b456ece0c54bfd13da6d55c87f Mon Sep 17 00:00:00 2001 From: Ville Brofeldt <33317356+villebro@users.noreply.github.com> Date: Sun, 24 Nov 2019 10:18:22 +0200 Subject: [PATCH] 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 2580eb9ffb3b3..76b24fd7d736f 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 0a3942c6bfed6..17f79bb90f166 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ def get_git_sha(): "flask-migrate", "flask-wtf", "geopy", - "gunicorn<19.9.0", # deprecated + "gunicorn>=20.0.2, <20.1", "humanize", "isodate", "markdown>=3.0",