Skip to content

Commit

Permalink
⬆️ Update uvicorn requirement from ^0.12.1 to ^0.13.0
Browse files Browse the repository at this point in the history
Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.12.1...0.13.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and art049 committed Dec 11, 2020
1 parent b64272a commit a5ae224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ darglint = "^1.5.4"
ipython = "^7.16.1"
pytest-asyncio = "^0.14.0"
mkdocs-material = "^6.0.2"
uvicorn = "^0.12.1"
uvicorn = "^0.13.0"
fastapi = ">=0.61.1,<0.63.0"
requests = "^2.24.0"
typer = "^0.3.2"
Expand Down

0 comments on commit a5ae224

Please sign in to comment.