Update dependency uvicorn to v0.20.0

Tested-by: Marge <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2186>
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2186>
This commit is contained in:
Renovate Bot 2022-11-23 09:33:34 +00:00
commit 069a118cc7
2 changed files with 7 additions and 7 deletions

View file

@ -51,7 +51,7 @@ asgiref = "==3.5.2" #1516
ipython = "==7.34.0"
python-ldap = "==3.4.3"
django-auth-ldap = "==4.1.0"
uvicorn = {version = "==0.19.0", extras = ["standard"]}
uvicorn = {version = "==0.20.0", extras = ["standard"]}
django-cache-memoize = "0.1.10"
requests-http-message-signatures = "==0.3.1"
drf-spectacular = "==0.24.2"