Skip to content

Commit

Permalink
Bump uvicorn from 0.16.0 to 0.17.4
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.4.
- [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.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2022
1 parent e76f0e7 commit a10036e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 69 deletions.
94 changes: 26 additions & 68 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.4" }

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

0 comments on commit a10036e

Please sign in to comment.