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