diff options
author | 2020-12-16 10:08:14 +0200 | |
---|---|---|
committer | 2020-12-16 10:08:14 +0200 | |
commit | 89e4c61d076835d0d38ebebaba0370c6cb3f613e (patch) | |
tree | 7c48adda9aed26857126a88655eba06b82c3c792 /pyproject.toml | |
parent | Fix CODEOWNERS only adding ks129 as code owner (diff) | |
parent | Update dependency uvicorn to ^0.13.0 (diff) |
Merge pull request #33 from python-discord/renovate/uvicorn-0.x
Update dependency uvicorn to ^0.13.0
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" |