Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 22, 2022
1 parent d642c5d commit c82e76e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -56,7 +56,7 @@ pylint = "^2.12.2"
poetry = "^1.1.10"
djangorestframework-stubs = "^1.4.0"
djangorestframework = "^3.12.4"
uvicorn = { extras = ["standard"], version = "^0.16.0" }
uvicorn = { extras = ["standard"], version = "^0.17.5" }

[tool.pytest.ini_options]
minversion = "6.0"
Expand Down

0 comments on commit c82e76e

Please sign in to comment.