Skip to content

Commit

Permalink
Update dependency uvicorn to ^0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent 2ba7557 commit 3c5308a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -19,7 +19,7 @@ discord-webhook = "^1.3.1"
python-multipart = "^0.0.19"
python-dotenv = "^1.0.1"
Jinja2 = "^3.1.4"
uvicorn = { extras = [ "standard" ], version = "^0.33.0" }
uvicorn = { extras = [ "standard" ], version = "^0.34.0" }

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

0 comments on commit 3c5308a

Please sign in to comment.