Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jun 30, 2024
1 parent 7cf8d1d commit 781114f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_pip_dependencies():
# PIO Home requirements
"ajsonrpc == 1.2.*",
"starlette >=0.19, <0.38",
"uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.30"),
"uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.31"),
"wsproto == 1.*",
]

Expand Down

0 comments on commit 781114f

Please sign in to comment.