diff --git a/platformio/dependencies.py b/platformio/dependencies.py index 0a81f868..e3584533 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.40", + "starlette >=0.19, <0.41", 'uvicorn == 0.16.0; python_version < "3.7"', 'uvicorn >=0.16, <0.31; python_version >= "3.7"', "wsproto == 1.*",