Skip to content

Commit

Permalink
Update dependency uvicorn to ^0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 4, 2023
1 parent 14c6733 commit d99c904
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 @@ -13,7 +13,7 @@ discord-webhook = "^1.3.0"
python-multipart = "^0.0.6"
python-dotenv = "^1.0.0"
Jinja2 = "^3.1.2"
uvicorn = { extras = ["standard"], version = "^0.23.0" }
uvicorn = { extras = ["standard"], version = "^0.24.0" }

[tool.poetry.group.dev.dependencies]
httpx = "^0.25.0"
Expand Down

0 comments on commit d99c904

Please sign in to comment.