Skip to content

Commit

Permalink
Update dependency uvicorn to v0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 9be79c4 commit d2f7221
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 @@ -17,7 +17,7 @@ python = "^3.12"
# used for UploadFile
python-multipart = "0.0.10"
requests = "2.32.3"
uvicorn = {version = "0.30.6", extras = ["standard"]}
uvicorn = {version = "0.31.0", extras = ["standard"]}

[tool.poetry.group.dev.dependencies]
black = "24.10.0"
Expand Down

0 comments on commit d2f7221

Please sign in to comment.