diff options
author | 2021-02-03 06:58:46 +0000 | |
---|---|---|
committer | 2021-02-03 06:58:46 +0000 | |
commit | 87012d5d60336934a21dd6b79ddf422051206abd (patch) | |
tree | 0c1651d92a4c0d2fb7faeaf56acb0470354721ef /pyproject.toml | |
parent | Merge pull request #54 from MrGrote/feature/response (diff) |
Bump starlette from 0.14.1 to 0.14.2
Bumps [starlette](https://github.com/encode/starlette) from 0.14.1 to 0.14.2.
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](https://github.com/encode/starlette/compare/0.14.1...0.14.2)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5a19918..757d78e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.9" -starlette = "^0.14.0" +starlette = "^0.14.2" nested_dict = "^1.61" uvicorn = {extras = ["standard"], version = "^0.13.0"} motor = "^2.3.0" |