Skip to content

Commit

Permalink
Upgrade Gunicorn to version 23.0.0 (#1421)
Browse files Browse the repository at this point in the history
Might also fix some sporadic issues with stuck workers and temporary file leaks?
  • Loading branch information
charmander committed Aug 21, 2024
1 parent 4929416 commit ab0c731
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"

[tool.poetry.dependencies]
python = "^3.10"
gunicorn = "22.0.0"
gunicorn = "23.0.0"
multipart = "0.2.4"
web-py = "0.51"
requests = "^2.31.0"
Expand Down

0 comments on commit ab0c731

Please sign in to comment.