Skip to content

Commit

Permalink
⬆️ deps: Update dependency gunicorn to v22 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent 81805db commit b985f3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions backend/app/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 backend/app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maintainers = []
python = ">=3.12,<3.13"
fastapi = "^0.114.0"
uvicorn = { version = "^0.30.0", extras = ["standard"] }
gunicorn = "^21.2.0"
gunicorn = "^22.0.0"
pydantic = { extras = ["email"], version = "^2.5.3" }
pydantic-settings = "^2"
yarl = "^1.9.2"
Expand Down

0 comments on commit b985f3a

Please sign in to comment.