Skip to content

Commit

Permalink
Update dependency uvicorn to ^0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent 36dc867 commit 64e189e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions backend/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/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
python = "^3.11"
fastapi = "^0.115.0"
redis = "^5.0.0"
uvicorn = "^0.30.0"
uvicorn = "^0.31.0"
pre-commit = "^3.3.3"
sentry-sdk = "^2.0.0"
httpx = "^0.27.0"
Expand Down

0 comments on commit 64e189e

Please sign in to comment.