Skip to content

Commit

Permalink
fix(deps): update dependency uvicorn to ^0.34.0 (#311)
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 21, 2024
1 parent c3c0ff3 commit e80d3e8
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 @@ -22,7 +22,7 @@ deadnews-template-python = "deadnews_template_python.__main__:main"
python = "^3.10"
fastapi = { version = "^0.115.0", extras = ["all"] }
pydantic = "^2.9.2"
uvicorn = "^0.33.0"
uvicorn = "^0.34.0"

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

0 comments on commit e80d3e8

Please sign in to comment.