From 24f4f67dde53743616e3e5343ed6420112b743c1 Mon Sep 17 00:00:00 2001 From: Marco Porracin Date: Mon, 3 Jan 2022 17:09:31 -0300 Subject: [PATCH] bump gunicorn 20.1.0 (#17894) (cherry picked from commit 6e59a515b824d16746de5519c99afd9e4566243e) --- requirements/base.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 022f7cb7526b1..77b0ae004c702 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -117,7 +117,7 @@ geopy==2.2.0 # via apache-superset graphlib-backport==1.0.3 # via apache-superset -gunicorn==20.0.4 +gunicorn==20.1.0 # via apache-superset holidays==0.10.3 # via apache-superset diff --git a/setup.py b/setup.py index 252b618c0ab07..c9aa08c875b5f 100644 --- a/setup.py +++ b/setup.py @@ -83,7 +83,7 @@ def get_git_sha() -> str: "flask-wtf", "geopy", "graphlib-backport", - "gunicorn>=20.0.2, <20.1", + "gunicorn>=20.1.0", "holidays==0.10.3", # PINNED! https://github.com/dr-prodigy/python-holidays/issues/406 "humanize", "itsdangerous>=1.0.0, <2.0.0", # https://github.com/apache/superset/pull/14627