Update dependency uvicorn to v0.19.0 (develop)

This commit is contained in:
RenovateBot 2022-11-07 15:32:38 +00:00 committed by JuniorJPDJ
commit aa1baa946a
2 changed files with 7 additions and 7 deletions

View file

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