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

View file

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