Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 8, 2021
1 parent 0caec87 commit ac5dae2
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 48 deletions.
121 changes: 74 additions & 47 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 @@ -17,7 +17,7 @@ google-auth = "^1.30.0"
pymongo = "^3.11.3"
graphene-mongo = "^0.2.13"
fastapi-jwt-auth = "^0.5.0"
uvicorn = {extras = ["standard"], version = "^0.13.4"}
uvicorn = {extras = ["standard"], version = "^0.14.0"}
aiohttp = "^3.7.4"
gql = "^2.0.0"
gql-query-builder = "^0.1.5"
Expand Down

0 comments on commit ac5dae2

Please sign in to comment.