diff --git a/platformio/dependencies.py b/platformio/dependencies.py index e3584533..d946b91c 100644 --- a/platformio/dependencies.py +++ b/platformio/dependencies.py @@ -43,7 +43,7 @@ def get_pip_dependencies(): home = [ # PIO Home requirements "ajsonrpc == 1.2.*", - "starlette >=0.19, <0.41", + "starlette >=0.19, <0.42", 'uvicorn == 0.16.0; python_version < "3.7"', 'uvicorn >=0.16, <0.31; python_version >= "3.7"', "wsproto == 1.*",