Skip to content

Commit

Permalink
Update dependency uvicorn to v0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent a2d79e5 commit 443bfc5
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 45 deletions.
95 changes: 51 additions & 44 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.33.0", extras = ["standard"]}

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

0 comments on commit 443bfc5

Please sign in to comment.