Skip to content

Commit

Permalink
chore: bump gunicorn to 22.0.0 (#28490)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed May 14, 2024
1 parent 964202a commit 4f693c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies = [
"flask-wtf>=1.1.0, <2.0",
"func_timeout",
"geopy",
"gunicorn>=21.2.0, <22.0; sys_platform != 'win32'",
"gunicorn>=22.0.0; sys_platform != 'win32'",
"hashids>=1.3.1, <2",
"holidays>=0.25, <0.26",
"humanize",
Expand Down
7 changes: 1 addition & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ apispec[yaml]==6.3.0
# via flask-appbuilder
apsw==3.42.0.1
# via shillelagh
async-timeout==4.0.3
# via redis
attrs==23.1.0
# via
# cattrs
Expand Down Expand Up @@ -93,8 +91,6 @@ dnspython==2.1.0
# via email-validator
email-validator==1.1.3
# via flask-appbuilder
exceptiongroup==1.2.0
# via cattrs
flask==2.3.3
# via
# apache-superset
Expand Down Expand Up @@ -149,7 +145,7 @@ google-auth==2.27.0
# via shillelagh
greenlet==3.0.3
# via shillelagh
gunicorn==21.2.0
gunicorn==22.0.0
# via apache-superset
hashids==1.3.1
# via apache-superset
Expand Down Expand Up @@ -359,7 +355,6 @@ typing-extensions==4.11.0
# via
# alembic
# apache-superset
# cattrs
# flask-limiter
# limits
# shillelagh
Expand Down
10 changes: 0 additions & 10 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -264,16 +264,6 @@ thrift-sasl==0.4.3
# via
# apache-superset
# pyhive
tomli==2.0.1
# via
# build
# coverage
# pip-tools
# pylint
# pyproject-api
# pyproject-hooks
# pytest
# tox
tomlkit==0.11.8
# via pylint
toposort==1.10
Expand Down

0 comments on commit 4f693c6

Please sign in to comment.