Skip to content

Commit

Permalink
Update dependency uvicorn to ^0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2024
1 parent 3778da8 commit eed036f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions server/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 server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.109.0"
uvicorn = "^0.26.0"
uvicorn = "^0.27.0"
sqlalchemy = "^2.0.25"
pydantic = "^2.5.3"
pyyaml = "^6.0.1"
Expand Down

0 comments on commit eed036f

Please sign in to comment.