diff options
author | 2020-12-16 10:08:14 +0200 | |
---|---|---|
committer | 2020-12-16 10:08:14 +0200 | |
commit | 89e4c61d076835d0d38ebebaba0370c6cb3f613e (patch) | |
tree | 7c48adda9aed26857126a88655eba06b82c3c792 | |
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
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 9620a71..a32ce7e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -317,7 +317,7 @@ full = ["aiofiles", "graphene", "itsdangerous", "jinja2", "python-multipart", "p [[package]] name = "uvicorn" -version = "0.12.3" +version = "0.13.1" description = "The lightning-fast ASGI server." category = "main" optional = false @@ -364,7 +364,7 @@ python-versions = ">=3.6.1" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "aaf11a0a091a509880f780239e67d0c12c2213d1570e07c78acc60b20814bbe7" +content-hash = "31df3f6fb5c2739f0ac3158fc73d7ec699bf0b4a228b936e35463f0f977d4beb" [metadata.files] aiodns = [ @@ -647,8 +647,8 @@ starlette = [ {file = "starlette-0.14.1.tar.gz", hash = "sha256:5268ef5d4904ec69582d5fd207b869a5aa0cd59529848ba4cf429b06e3ced99a"}, ] uvicorn = [ - {file = "uvicorn-0.12.3-py3-none-any.whl", hash = "sha256:562ef6aaa8fa723ab6b82cf9e67a774088179d0ec57cb17e447b15d58b603bcf"}, - {file = "uvicorn-0.12.3.tar.gz", hash = "sha256:5836edaf4d278fe67ba0298c0537bdb6398cf359eb644f79e6500ca1aad232b3"}, + {file = "uvicorn-0.13.1-py3-none-any.whl", hash = "sha256:6fcce74c00b77d4f4b3ed7ba1b2a370d27133bfdb46f835b7a76dfe0a8c110ae"}, + {file = "uvicorn-0.13.1.tar.gz", hash = "sha256:2a7b17f4d9848d6557ccc2274a5f7c97f1daf037d130a0c6918f67cd9bc8cdf5"}, ] uvloop = [ {file = "uvloop-0.14.0-cp35-cp35m-macosx_10_11_x86_64.whl", hash = "sha256:08b109f0213af392150e2fe6f81d33261bb5ce968a288eb698aad4f46eb711bd"}, 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" |