Skip to content

Commit 0e3249e

Browse files
committed
Update deps
1 parent 0d647e1 commit 0e3249e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformio/dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_pip_dependencies():
4545
# PIO Home requirements
4646
"ajsonrpc == 1.2.*",
4747
"starlette >=0.19, <0.38",
48-
"uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.29"),
48+
"uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.30"),
4949
"wsproto == 1.*",
5050
]
5151

0 commit comments

Comments
 (0)