Skip to content

Commit 5ec5660

Browse files
committed
Update deps
1 parent fb09077 commit 5ec5660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"aiofiles==%s" % ("0.8.0" if PY36 else "22.1.*"),
4747
"ajsonrpc==1.*",
4848
"starlette==%s" % ("0.19.1" if PY36 else "0.22.*"),
49-
"uvicorn==%s" % ("0.16.0" if PY36 else "0.19.*"),
49+
"uvicorn==%s" % ("0.16.0" if PY36 else "0.20.*"),
5050
"wsproto==%s" % ("1.0.0" if PY36 else "1.2.*"),
5151
]
5252

0 commit comments

Comments
 (0)