Skip to content

Commit

Permalink
fix(deps): update dependency uvicorn to ^0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 15, 2023
1 parent 47bcfd2 commit 35e61e3
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 @@ -23,7 +23,7 @@ returns = "^0.20.1"
semver = "^3.0.0"
typer = "^0.9.0"
ujson = "^5.7.0"
uvicorn = {extras = ["standard"], version = "^0.22"}
uvicorn = {extras = ["standard"], version = "^0.23.0"}

[tool.poetry.group.dev.dependencies]
autoflake = "^2.2"
Expand Down

0 comments on commit 35e61e3

Please sign in to comment.