Skip to content

Commit 4b61de0

Browse files
committed
Update deps
1 parent e6ae18a commit 4b61de0

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
@@ -44,7 +44,7 @@ def get_pip_dependencies():
4444
home = [
4545
# PIO Home requirements
4646
"ajsonrpc == 1.2.*",
47-
"starlette >=0.19, <0.39",
47+
"starlette >=0.19, <0.40",
4848
"uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.31"),
4949
"wsproto == 1.*",
5050
]

0 commit comments

Comments
 (0)