Skip to content

Commit

Permalink
Update uvicorn dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Aug 5, 2020
1 parent 4e7a4e9 commit 8adee03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Paul Weidner <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.7"
uvicorn = "^0.11.3"
uvicorn = "^0.11.7"
fastapi = "^0.54.1"
pyjwt = "^1.7.1"
python-multipart = "^0.0.5"
Expand Down

0 comments on commit 8adee03

Please sign in to comment.