chore: bump gunicorn to v21 (#25313)

This commit is contained in:
Ville Brofeldt 2023-09-15 13:14:00 -07:00 committed by GitHub
parent 06c0a5bba9
commit 4ddd56f788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -93,7 +93,7 @@ setup(
"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",