aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-07-28 22:27:16 +0100
committerGravatar GitHub <[email protected]>2022-07-28 22:27:16 +0100
commit3883a46df7c8aaef092ba10f65f26e75ce508b77 (patch)
treef6648ca2205bd22dfa01d06060e14cfb106c4683 /pyproject.toml
parentMerge pull request #190 from python-discord/dependabot/pip/sentry-sdk-1.9.0 (diff)
parentBump 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.toml2
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"