aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-12-16 10:27:56 +0000
committerGravatar GitHub <[email protected]>2020-12-16 10:27:56 +0000
commit7d3ac481440a61f3105eabca45a817ef3f2686ac (patch)
tree78b7f2269ef04da0f9c3f871ac45a00cf14ca3f6 /pyproject.toml
parentMerge branch 'main' into ks123/routes-parsing (diff)
parentMerge pull request #33 from python-discord/renovate/uvicorn-0.x (diff)
Merge branch 'main' into ks123/routes-parsing
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 4b8e993..774dc4c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ license = "MIT"
python = "^3.9"
starlette = "^0.14.0"
nested_dict = "^1.61"
-uvicorn = {extras = ["standard"], version = "^0.12.2"}
+uvicorn = {extras = ["standard"], version = "^0.13.0"}
motor = "^2.3.0"
python-dotenv = "^0.15.0"
pyjwt = "^1.7.1"