Merge pull request #3463 from RoniGurvichCycode/main

gunicorn version bump
This commit is contained in:
Ishaan Jaff 2024-05-06 07:11:01 -07:00 committed by GitHub
commit 817a77b23f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 570 additions and 603 deletions

1171
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -24,7 +24,7 @@ aiohttp = "*"
requests = "^2.31.0" requests = "^2.31.0"
uvicorn = {version = "^0.22.0", optional = true} uvicorn = {version = "^0.22.0", optional = true}
gunicorn = {version = "^21.2.0", optional = true} gunicorn = {version = "^22.0.0", optional = true}
fastapi = {version = "^0.109.1", optional = true} fastapi = {version = "^0.109.1", optional = true}
backoff = {version = "*", optional = true} backoff = {version = "*", optional = true}
pyyaml = {version = "^6.0.1", optional = true} pyyaml = {version = "^6.0.1", optional = true}