diff --git a/poetry.lock b/poetry.lock index e78628c..6e398dc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -165,14 +165,13 @@ description = "A ASGI Server based on Hyper libraries and inspired by Gunicorn." name = "hypercorn" optional = false python-versions = ">=3.7" -version = "0.10.1" +version = "0.11.0" [package.dependencies] h11 = "*" h2 = ">=3.1.0" priority = "*" toml = "*" -typing-extensions = "*" wsproto = ">=0.14.0" [package.extras] @@ -351,14 +350,6 @@ optional = false python-versions = "*" version = "1.4.1" -[[package]] -category = "main" -description = "Backported and Experimental Type Hints for Python 3.5+" -name = "typing-extensions" -optional = false -python-versions = "*" -version = "3.7.4.2" - [[package]] category = "dev" description = "Virtual Python Environment builder" @@ -389,7 +380,8 @@ version = "0.15.0" h11 = ">=0.8.1" [metadata] -content-hash = "3deb7796dc17ba376bd32d2f116f7fbb0772374c3a9a33397a4ac1be747c5e5c" +content-hash = "e69bf615db1fddb3dd1cb6f83a2325927e44964e9e0bb14c108ceb2bc71600fb" +lock-version = "1.0" python-versions = "^3.8" [metadata.files] @@ -491,8 +483,8 @@ hpack = [ {file = "hpack-3.0.0.tar.gz", hash = "sha256:8eec9c1f4bfae3408a3f30500261f7e6a65912dc138526ea054f9ad98892e9d2"}, ] hypercorn = [ - {file = "Hypercorn-0.10.1-py3-none-any.whl", hash = "sha256:728722914548f3ef1b2dded96a4c531bcc743c6bc8b549060a24255ddce2c0ad"}, - {file = "Hypercorn-0.10.1.tar.gz", hash = "sha256:e3473eb1e4187b2468bd71eff5973736fc87a9bf49974da05925eb4ebed5aaff"}, + {file = "Hypercorn-0.11.0-py3-none-any.whl", hash = "sha256:b5c479023757e279f954b46a4ec9dd85e58a2bcbf4d959d5601cbced593e711d"}, + {file = "Hypercorn-0.11.0.tar.gz", hash = "sha256:6540faeba9dd44f7e74c7cc1beae3a438a7efb5f77323d1199457da46d32c2c2"}, ] hyperframe = [ {file = "hyperframe-5.2.0-py2.py3-none-any.whl", hash = "sha256:5187962cb16dcc078f23cb5a4b110098d546c3f41ff2d4038a9896893bbd0b40"}, @@ -508,6 +500,7 @@ mccabe = [ ] nodeenv = [ {file = "nodeenv-1.3.5-py2.py3-none-any.whl", hash = "sha256:5b2438f2e42af54ca968dd1b374d14a1194848955187b0e5e4be1f73813a5212"}, + {file = "nodeenv-1.3.5.tar.gz", hash = "sha256:7389d06a7ea50c80ca51eda1b185db7b9ec38af1304d12d8b8299d6218486e91"}, ] pathspec = [ {file = "pathspec-0.8.0-py2.py3-none-any.whl", hash = "sha256:7d91249d21749788d07a2d0f94147accd8f845507400749ea19c1ec9054a12b0"}, @@ -623,11 +616,6 @@ typed-ast = [ {file = "typed_ast-1.4.1-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:d43943ef777f9a1c42bf4e552ba23ac77a6351de620aa9acf64ad54933ad4d34"}, {file = "typed_ast-1.4.1.tar.gz", hash = "sha256:8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b"}, ] -typing-extensions = [ - {file = "typing_extensions-3.7.4.2-py2-none-any.whl", hash = "sha256:f8d2bd89d25bc39dabe7d23df520442fa1d8969b82544370e03d88b5a591c392"}, - {file = "typing_extensions-3.7.4.2-py3-none-any.whl", hash = "sha256:6e95524d8a547a91e08f404ae485bbb71962de46967e1b71a0cb89af24e761c5"}, - {file = "typing_extensions-3.7.4.2.tar.gz", hash = "sha256:79ee589a3caca649a9bfd2a8de4709837400dfa00b6cc81962a1e6a1815969ae"}, -] virtualenv = [ {file = "virtualenv-20.0.17-py2.py3-none-any.whl", hash = "sha256:00cfe8605fb97f5a59d52baab78e6070e72c12ca64f51151695407cc0eb8a431"}, {file = "virtualenv-20.0.17.tar.gz", hash = "sha256:c8364ec469084046c779c9a11ae6340094e8a0bf1d844330fc55c1cefe67c172"}, diff --git a/pyproject.toml b/pyproject.toml index 40fc952..ba863b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ fastapi = "^0.55.1" black = "19.10b0" flake8 = "3.8.3" starlette-exporter = "^0.4.0" -hypercorn = "^0.10.1" +hypercorn = "^0.11.0" toml = "^0.10.1" [tool.poetry.dev-dependencies]