Skip to content

Commit

Permalink
fix(deps): update dependency uvicorn to ^0.27.0 (#85)
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 Jan 24, 2024
1 parent 4c979eb commit a0de5d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions backend-py/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 backend-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{ include = "backend_python" }]
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.109.0"
uvicorn = "^0.26.0"
uvicorn = "^0.27.0"
sqlalchemy = "^2.0.21"
pydantic = {version ="^1.10.9", extras = ["email"]}
requests = "^2.31.0"
Expand Down

0 comments on commit a0de5d8

Please sign in to comment.