diff --git a/platformio/pipdeps.py b/platformio/pipdeps.py index 0ece2b65..771290c1 100644 --- a/platformio/pipdeps.py +++ b/platformio/pipdeps.py @@ -35,8 +35,8 @@ def get_pip_dependencies(): home = [ # PIO Home requirements "ajsonrpc == 1.2.*", - "starlette >=0.19, <0.36", - "uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.27"), + "starlette >=0.19, <0.37", + "uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.28"), "wsproto == 1.*", ]