fix(deps): update dependency hypercorn to ^0.14.0

This commit is contained in:
renovate 2022-09-07 01:25:03 +00:00
parent a981ae4052
commit a73af3e76d
No known key found for this signature in database
GPG key ID: 52B8FACB6DED89D9
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View file

@ -386,8 +386,8 @@ socks = ["socksio (>=1.0.0,<2.0.0)"]
[[package]] [[package]]
name = "hypercorn" name = "hypercorn"
version = "0.11.2" version = "0.14.3"
description = "A ASGI Server based on Hyper libraries and inspired by Gunicorn." description = "A ASGI Server based on Hyper libraries and inspired by Gunicorn"
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
@ -400,8 +400,8 @@ toml = "*"
wsproto = ">=0.14.0" wsproto = ">=0.14.0"
[package.extras] [package.extras]
docs = ["pydata-sphinx-theme"]
h3 = ["aioquic (>=0.9.0,<1.0)"] h3 = ["aioquic (>=0.9.0,<1.0)"]
tests = ["hypothesis", "mock", "pytest", "pytest-asyncio", "pytest-cov", "pytest-trio", "trio"]
trio = ["trio (>=0.11.0)"] trio = ["trio (>=0.11.0)"]
uvloop = ["uvloop"] uvloop = ["uvloop"]
@ -1032,7 +1032,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = ">=3.9,<3.11" python-versions = ">=3.9,<3.11"
content-hash = "879b45a5c84c40462afe971096ff654f7ef6981bbdcea5d5e6107e7f68355802" content-hash = "0afd4b5faa1d291565d5a1a90d6d916ffc37537913d4037660a99c86bb3b3ed1"
[metadata.files] [metadata.files]
aiofiles = [ aiofiles = [
@ -1346,8 +1346,8 @@ httpx = [
{file = "httpx-0.23.0.tar.gz", hash = "sha256:f28eac771ec9eb4866d3fb4ab65abd42d38c424739e80c08d8d20570de60b0ef"}, {file = "httpx-0.23.0.tar.gz", hash = "sha256:f28eac771ec9eb4866d3fb4ab65abd42d38c424739e80c08d8d20570de60b0ef"},
] ]
hypercorn = [ hypercorn = [
{file = "Hypercorn-0.11.2-py3-none-any.whl", hash = "sha256:8007c10f81566920f8ae12c0e26e146f94ca70506da964b5a727ad610aa1d821"}, {file = "Hypercorn-0.14.3-py3-none-any.whl", hash = "sha256:7c491d5184f28ee960dcdc14ab45d14633ca79d72ddd13cf4fcb4cb854d679ab"},
{file = "Hypercorn-0.11.2.tar.gz", hash = "sha256:5ba1e719c521080abd698ff5781a2331e34ef50fc1c89a50960538115a896a9a"}, {file = "Hypercorn-0.14.3.tar.gz", hash = "sha256:4a87a0b7bbe9dc75fab06dbe4b301b9b90416e9866c23a377df21a969d6ab8dd"},
] ]
hyperframe = [ hyperframe = [
{file = "hyperframe-6.0.1-py3-none-any.whl", hash = "sha256:0ec6bafd80d8ad2195c4f03aacba3a8265e57bc4cff261e802bf39970ed02a15"}, {file = "hyperframe-6.0.1-py3-none-any.whl", hash = "sha256:0ec6bafd80d8ad2195c4f03aacba3a8265e57bc4cff261e802bf39970ed02a15"},

View file

@ -87,7 +87,7 @@ SQLAlchemy = "^1.4.26"
# ASGI # ASGI
uvicorn = "^0.15.0" uvicorn = "^0.15.0"
gunicorn = "^20.1.0" gunicorn = "^20.1.0"
Hypercorn = "^0.11.2" Hypercorn = "^0.14.0"
prometheus-fastapi-instrumentator = "^5.7.1" prometheus-fastapi-instrumentator = "^5.7.1"
pytest-xdist = "^2.4.0" pytest-xdist = "^2.4.0"
filelock = "^3.3.2" filelock = "^3.3.2"