Skip to content

Commit 07e7dc4

Browse files
committed
Update deps
1 parent a94e5bd commit 07e7dc4

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
"ajsonrpc == 1.2.*",
4646
"starlette >=0.19, <0.42",
4747
'uvicorn == 0.16.0; python_version < "3.7"',
48-
'uvicorn >=0.16, <0.31; python_version >= "3.7"',
48+
'uvicorn >=0.16, <0.33; python_version >= "3.7"',
4949
"wsproto == 1.*",
5050
]
5151

0 commit comments

Comments
 (0)