diff --git a/docs b/docs index 8a6c9704..1ed7daf2 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 8a6c9704335b6f0d371b52f7b2f4c48ddfea7ce6 +Subproject commit 1ed7daf2befb594e0d17201be9fbec87d2b105bf diff --git a/setup.py b/setup.py index 00b47251..fbed0e1d 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ minimal_requirements = [ home_requirements = [ "aiofiles==%s" % ("0.8.0" if PY36 else "22.1.*"), "ajsonrpc==1.*", - "starlette==%s" % ("0.19.1" if PY36 else "0.22.*"), + "starlette==%s" % ("0.19.1" if PY36 else "0.23.*"), "uvicorn==%s" % ("0.16.0" if PY36 else "0.20.*"), "wsproto==%s" % ("1.0.0" if PY36 else "1.2.*"), ]