Skip to content

Commit

Permalink
Update to Gunicorn 23.0.0
Browse files Browse the repository at this point in the history
This commit will update/upgrade Gunicorn from 22.0.0 to 23.0.0.
[Changes](https://docs.gunicorn.org/en/latest/news.html) include
a fix for a high-severity security vulnerability (CVE-2024-1135,
[GHSA-w3h3-4rj7-4ph4](GHSA-w3h3-4rj7-4ph4)).
There are several breaking changes noted in the Gunicorn changelog.
Users are encouraged to review these changes and update usage as needed.
  • Loading branch information
br3ndonland committed Jan 10, 2025
1 parent 346b12a commit 1a2be82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"gunicorn==22.0.0",
"gunicorn==23.0.0",
"uvicorn==0.28.1",
]
description = "Docker images and utilities to power your Python APIs and help you ship faster."
Expand Down

0 comments on commit 1a2be82

Please sign in to comment.