diff --git a/platformio/dependencies.py b/platformio/dependencies.py index 90fe16d4..2489afbd 100644 --- a/platformio/dependencies.py +++ b/platformio/dependencies.py @@ -43,9 +43,9 @@ def get_pip_dependencies(): home = [ # PIO Home requirements "ajsonrpc == 1.2.*", - "starlette >=0.19, <0.42", + "starlette >=0.19, <0.43", 'uvicorn == 0.16.0; python_version < "3.7"', - 'uvicorn >=0.16, <0.33; python_version >= "3.7"', + 'uvicorn >=0.16, <0.35; python_version >= "3.7"', "wsproto == 1.*", ]