chore: bump gunicorn to 22.0.0 (#28490)

This commit is contained in:
Daniel Vaz Gaspar 2024-05-14 20:06:41 +01:00 committed by GitHub
parent 964202adff
commit 4f693c6db0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 17 deletions

View File

@ -55,7 +55,7 @@ dependencies = [
"flask-wtf>=1.1.0, <2.0", "flask-wtf>=1.1.0, <2.0",
"func_timeout", "func_timeout",
"geopy", "geopy",
"gunicorn>=21.2.0, <22.0; sys_platform != 'win32'", "gunicorn>=22.0.0; sys_platform != 'win32'",
"hashids>=1.3.1, <2", "hashids>=1.3.1, <2",
"holidays>=0.25, <0.26", "holidays>=0.25, <0.26",
"humanize", "humanize",

View File

@ -15,8 +15,6 @@ apispec[yaml]==6.3.0
# via flask-appbuilder # via flask-appbuilder
apsw==3.42.0.1 apsw==3.42.0.1
# via shillelagh # via shillelagh
async-timeout==4.0.3
# via redis
attrs==23.1.0 attrs==23.1.0
# via # via
# cattrs # cattrs
@ -93,8 +91,6 @@ dnspython==2.1.0
# via email-validator # via email-validator
email-validator==1.1.3 email-validator==1.1.3
# via flask-appbuilder # via flask-appbuilder
exceptiongroup==1.2.0
# via cattrs
flask==2.3.3 flask==2.3.3
# via # via
# apache-superset # apache-superset
@ -149,7 +145,7 @@ google-auth==2.27.0
# via shillelagh # via shillelagh
greenlet==3.0.3 greenlet==3.0.3
# via shillelagh # via shillelagh
gunicorn==21.2.0 gunicorn==22.0.0
# via apache-superset # via apache-superset
hashids==1.3.1 hashids==1.3.1
# via apache-superset # via apache-superset
@ -359,7 +355,6 @@ typing-extensions==4.11.0
# via # via
# alembic # alembic
# apache-superset # apache-superset
# cattrs
# flask-limiter # flask-limiter
# limits # limits
# shillelagh # shillelagh

View File

@ -264,16 +264,6 @@ thrift-sasl==0.4.3
# via # via
# apache-superset # apache-superset
# pyhive # pyhive
tomli==2.0.1
# via
# build
# coverage
# pip-tools
# pylint
# pyproject-api
# pyproject-hooks
# pytest
# tox
tomlkit==0.11.8 tomlkit==0.11.8
# via pylint # via pylint
toposort==1.10 toposort==1.10