Update dependency uvicorn to v0.17.6 (develop)

This commit is contained in:
RenovateBot 2022-03-14 09:32:31 +00:00
commit 50ef2d0d68
2 changed files with 42 additions and 32 deletions

View file

@ -55,7 +55,7 @@ asgiref = "==3.5.0" #1516
ipython = "==7.31.1"
python-ldap = "==3.4.0"
django-auth-ldap = "==4.0.0"
uvicorn = {version = "==0.17.5", extras = ["standard"]}
uvicorn = {version = "==0.17.6", extras = ["standard"]}
django-cache-memoize = "0.1.10"
[tool.poetry.dev-dependencies]