Skip to content

Commit 6449115

Browse files
committed
Update dependencies
1 parent d085a02 commit 6449115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformio/pipdeps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_pip_dependencies():
3636
# PIO Home requirements
3737
"ajsonrpc == 1.2.*",
3838
"starlette >=0.19, <0.38",
39-
"uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.28"),
39+
"uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.29"),
4040
"wsproto == 1.*",
4141
]
4242

0 commit comments

Comments
 (0)