Skip to content

Commit

Permalink
Bump uvicorn from 0.11.8 to 0.12.1
Browse files Browse the repository at this point in the history
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.11.8 to 0.12.1.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.11.8...0.12.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2020
1 parent 95ec96f commit 079b432
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 88 deletions.
93 changes: 6 additions & 87 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 @@ -25,7 +25,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
gunicorn = "^20"
uvicorn = "^0.11.8"
uvicorn = ">=0.11.8,<0.13.0"
fastapi = {version = "^0.61", optional = true}
starlette = {version = "^0.13", optional = true}

Expand Down

0 comments on commit 079b432

Please sign in to comment.