Skip to content

Commit

Permalink
fix(deps): update dependency fastapi to ^0.112.0 (#248)
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 Aug 3, 2024
1 parent ffd546e commit 62ed242
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 159 deletions.
164 changes: 6 additions & 158 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 @@ -20,7 +20,7 @@ deadnews-template-python = "deadnews_template_python.__main__:main"

[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.111.0"
fastapi = "^0.112.0"
pydantic = "^2.8.2"
uvicorn = { version = "^0.30.0", extras = ["standard"] }

Expand Down

0 comments on commit 62ed242

Please sign in to comment.