diff --git a/docs b/docs index ac2716d8..0f8fa69c 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit ac2716d8bc22ea634cb3519e17e92e32c5b94a00 +Subproject commit 0f8fa69c9327b2fa4bc916bde307b821dca84f5b diff --git a/setup.py b/setup.py index 978b3620..e60b233d 100644 --- a/setup.py +++ b/setup.py @@ -39,12 +39,12 @@ minimal_requirements = [ ] if not PY2: - minimal_requirements.append("zeroconf==0.32.*") + minimal_requirements.append("zeroconf==0.33.*") home_requirements = [ "aiofiles==0.7.*", - "ajsonrpc==1.1.*", - "starlette==0.14.*", + "ajsonrpc==1.*", + "starlette==0.16.*", "uvicorn==0.14.*", "wsproto==1.0.*", ]