Skip to content

Commit

Permalink
chore: bump gunicorn to v21 (apache#25313)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Sep 15, 2023
1 parent 06c0a5b commit 4ddd56f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4ddd56f

Please sign in to comment.