diff options
author | 2020-12-16 02:30:22 +0000 | |
---|---|---|
committer | 2020-12-16 02:30:22 +0000 | |
commit | 34f813c2e346dc5feeda98f8553b97172069c94d (patch) | |
tree | d75c601cdfccfd5063553a822291a64ab032143f | |
parent | Merge pull request #31 from python-discord/renovate/python-dotenv-0.x (diff) |
Update dependency starlette to ^0.14.0
-rw-r--r-- | poetry.lock | 10 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index b54e52b..9620a71 100644 --- a/poetry.lock +++ b/poetry.lock @@ -306,14 +306,14 @@ python-versions = ">=3.5" [[package]] name = "starlette" -version = "0.13.8" +version = "0.14.1" description = "The little ASGI library that shines." category = "main" optional = false python-versions = ">=3.6" [package.extras] -full = ["aiofiles", "graphene", "itsdangerous", "jinja2", "python-multipart", "pyyaml", "requests", "ujson"] +full = ["aiofiles", "graphene", "itsdangerous", "jinja2", "python-multipart", "pyyaml", "requests"] [[package]] name = "uvicorn" @@ -364,7 +364,7 @@ python-versions = ">=3.6.1" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "98d6ed22062b290b9ad2f69a80353b6a70eb7e3cc68002714261df822ca2284c" +content-hash = "aaf11a0a091a509880f780239e67d0c12c2213d1570e07c78acc60b20814bbe7" [metadata.files] aiodns = [ @@ -643,8 +643,8 @@ sniffio = [ {file = "sniffio-1.2.0.tar.gz", hash = "sha256:c4666eecec1d3f50960c6bdf61ab7bc350648da6c126e3cf6898d8cd4ddcd3de"}, ] starlette = [ - {file = "starlette-0.13.8-py3-none-any.whl", hash = "sha256:40afea6ffa830849800cc4efdf006a86ad579d6ba6b64cb1925a1897b020ba6e"}, - {file = "starlette-0.13.8.tar.gz", hash = "sha256:82df29b2149437ad828a883674bf031788600c876dae50835e98398bd1706183"}, + {file = "starlette-0.14.1-py3-none-any.whl", hash = "sha256:d2f55fb835378442b812637ed3e3fcef3d3e22d292fcb8400fa48d2473202411"}, + {file = "starlette-0.14.1.tar.gz", hash = "sha256:5268ef5d4904ec69582d5fd207b869a5aa0cd59529848ba4cf429b06e3ced99a"}, ] uvicorn = [ {file = "uvicorn-0.12.3-py3-none-any.whl", hash = "sha256:562ef6aaa8fa723ab6b82cf9e67a774088179d0ec57cb17e447b15d58b603bcf"}, diff --git a/pyproject.toml b/pyproject.toml index 0b14b93..4b8e993 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.9" -starlette = "^0.13.8" +starlette = "^0.14.0" nested_dict = "^1.61" uvicorn = {extras = ["standard"], version = "^0.12.2"} motor = "^2.3.0" |