aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Renovate Bot <[email protected]>2020-12-16 07:20:55 +0000
committerGravatar Renovate Bot <[email protected]>2020-12-16 07:20:55 +0000
commite684e3b385f058e1dac8f2efa201d5e9f877f060 (patch)
tree7c48adda9aed26857126a88655eba06b82c3c792 /pyproject.toml
parentFix CODEOWNERS only adding ks129 as code owner (diff)
Update dependency uvicorn to ^0.13.0
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"