From 4ddd56f7885da4298e2944740b213fb1d73b8c93 Mon Sep 17 00:00:00 2001 From: Ville Brofeldt <33317356+villebro@users.noreply.github.com> Date: Fri, 15 Sep 2023 13:14:00 -0700 Subject: [PATCH] chore: bump gunicorn to v21 (#25313) --- 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 4928876a13d75..d8ab63abf7c36 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -134,7 +134,7 @@ greenlet==2.0.2 # via # shillelagh # sqlalchemy -gunicorn==20.1.0 +gunicorn==21.2.0 # via apache-superset hashids==1.3.1 # via apache-superset diff --git a/setup.py b/setup.py index 26d8ebc2afea2..e4edb7bea4736 100644 --- a/setup.py +++ b/setup.py @@ -93,7 +93,7 @@ def get_git_sha() -> str: "flask-wtf>=1.1.0, <2.0", "func_timeout", "geopy", - "gunicorn>=20.1.0; sys_platform != 'win32'", + "gunicorn>=21.2.0, <22.0; sys_platform != 'win32'", "hashids>=1.3.1, <2", "holidays>=0.23, <0.24", "humanize",