Update dependency uvicorn to v0.17.1

This commit is contained in:
Renovate Bot 2022-02-01 14:11:00 +00:00
commit e34197c13a
2 changed files with 11 additions and 11 deletions

View file

@ -56,7 +56,7 @@ asgiref = "==3.5.0" #1516
ipython = "==7.27.0"
python-ldap = "==3.4.0"
django-auth-ldap = "==3.0.0"
uvicorn = {version = "==0.14.0", extras = ["standard"]}
uvicorn = {version = "==0.17.1", extras = ["standard"]}
[tool.poetry.dev-dependencies]
flake8 = "==3.9.2"