diff --git a/poetry.lock b/poetry.lock index e78628c..2da9617 100644 --- a/poetry.lock +++ b/poetry.lock @@ -165,7 +165,7 @@ 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.10.2" [package.dependencies] h11 = "*" @@ -389,7 +389,7 @@ version = "0.15.0" h11 = ">=0.8.1" [metadata] -content-hash = "3deb7796dc17ba376bd32d2f116f7fbb0772374c3a9a33397a4ac1be747c5e5c" +content-hash = "d10ad2d0a24f37c831ce659017b0fe1a3add1e186088628ab21c694f552e48bf" python-versions = "^3.8" [metadata.files] @@ -491,8 +491,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.10.2-py3-none-any.whl", hash = "sha256:809d77f3bf9fa0794a598d8dfa0f8d889e7e1c2f927581cd33068803169dc474"}, + {file = "Hypercorn-0.10.2.tar.gz", hash = "sha256:19f32e7267225c8108ad585b2c5deddf1fe75950797a0e87a682a3a00ef1af95"}, ] hyperframe = [ {file = "hyperframe-5.2.0-py2.py3-none-any.whl", hash = "sha256:5187962cb16dcc078f23cb5a4b110098d546c3f41ff2d4038a9896893bbd0b40"}, diff --git a/pyproject.toml b/pyproject.toml index 40fc952..b431956 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.10.2" toml = "^0.10.1" [tool.poetry.dev-dependencies]