diff options
author | 2020-12-16 12:46:02 +0200 | |
---|---|---|
committer | 2020-12-16 12:46:02 +0200 | |
commit | e68e05960ee0b01a34154d811ecc295981c8fdbc (patch) | |
tree | bd270b94154c57af7666e57eddf1d138308bacfc /pyproject.toml | |
parent | Return some JSON from delete endpoint (diff) | |
parent | Merge 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.toml | 2 |
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" |