fix(deps): update dependency uvicorn to ^0.18.0

This commit is contained in:
renovate 2022-09-07 02:24:55 +00:00
parent a73af3e76d
commit bb310bdf65
No known key found for this signature in database
GPG key ID: 52B8FACB6DED89D9
2 changed files with 7 additions and 8 deletions

View file

@ -85,7 +85,7 @@ Werkzeug = "^2.0.2"
SQLAlchemy = "^1.4.26"
# ASGI
uvicorn = "^0.15.0"
uvicorn = "^0.18.0"
gunicorn = "^20.1.0"
Hypercorn = "^0.14.0"
prometheus-fastapi-instrumentator = "^5.7.1"