diff options
| author | 2021-02-03 15:14:57 +0200 | |
|---|---|---|
| committer | 2021-02-03 15:14:57 +0200 | |
| commit | 993b230240f1af46dd2165a671297c1e50d31755 (patch) | |
| tree | 0c1651d92a4c0d2fb7faeaf56acb0470354721ef /pyproject.toml | |
| parent | Merge pull request #54 from MrGrote/feature/response (diff) | |
| parent | Bump starlette from 0.14.1 to 0.14.2 (diff) | |
Merge pull request #55 from python-discord/dependabot/pip/starlette-0.14.2
Diffstat (limited to '')
| -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" |