Skip to content

Commit 5f71dfc

Browse files
Update starlette and uvicorn dependencies (upper bounds)
1 parent 4850c10 commit 5f71dfc

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
@@ -42,8 +42,8 @@ def get_pip_dependencies():
4242
home = [
4343
# PIO Home requirements
4444
"ajsonrpc == 1.2.*",
45-
"starlette >=0.19, <0.49",
46-
"uvicorn >=0.16, <0.37",
45+
"starlette >=0.19, <0.50",
46+
"uvicorn >=0.16, <0.39",
4747
"wsproto == 1.*",
4848
]
4949

0 commit comments

Comments
 (0)