Skip to content

Commit 90fc36c

Browse files
committed
Update deps
1 parent 9be0a82 commit 90fc36c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platformio/dependencies.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ def get_pip_dependencies():
4343
home = [
4444
# PIO Home requirements
4545
"ajsonrpc == 1.2.*",
46-
"starlette >=0.19, <0.42",
46+
"starlette >=0.19, <0.43",
4747
'uvicorn == 0.16.0; python_version < "3.7"',
48-
'uvicorn >=0.16, <0.33; python_version >= "3.7"',
48+
'uvicorn >=0.16, <0.35; python_version >= "3.7"',
4949
"wsproto == 1.*",
5050
]
5151

0 commit comments

Comments
 (0)