diff options
author | 2022-07-28 22:27:16 +0100 | |
---|---|---|
committer | 2022-07-28 22:27:16 +0100 | |
commit | 3883a46df7c8aaef092ba10f65f26e75ce508b77 (patch) | |
tree | f6648ca2205bd22dfa01d06060e14cfb106c4683 /pyproject.toml | |
parent | Merge pull request #190 from python-discord/dependabot/pip/sentry-sdk-1.9.0 (diff) | |
parent | Bump starlette from 0.19.0 to 0.20.4 (diff) |
Merge pull request #180 from python-discord/dependabot/pip/starlette-0.20.4
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 7394c3a..391ed4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.9" -starlette = "^0.19.0" +starlette = "^0.20.4" nested_dict = "^1.61" uvicorn = {extras = ["standard"], version = "^0.17.6"} motor = "3.0.0" |