aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-12-16 12:46:02 +0200
committerGravatar GitHub <[email protected]>2020-12-16 12:46:02 +0200
commite68e05960ee0b01a34154d811ecc295981c8fdbc (patch)
treebd270b94154c57af7666e57eddf1d138308bacfc /pyproject.toml
parentReturn some JSON from delete endpoint (diff)
parentMerge pull request #28 from python-discord/ks123/routes-parsing (diff)
Merge branch 'main' into ks123/form-delete
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"