Skip to content

Commit

Permalink
fix(deps): update dependency uvicorn to ^0.25.0 (#136)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2023
1 parent df6048b commit 146f446
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 @@ -21,7 +21,7 @@ deadnews-template-python = "deadnews_template_python.__main__:main"
python = "^3.11"
fastapi = "^0.105.0"
pydantic = "^2.4.2"
uvicorn = { version = "^0.24.0", extras = ["standard"] }
uvicorn = { version = "^0.25.0", extras = ["standard"] }

[tool.poetry.group.lint.dependencies]
mypy = "^1.7.1"
Expand Down

0 comments on commit 146f446

Please sign in to comment.