Pin starlette to 0.10.* and update the lock file

This commit is contained in:
taoufik07
2019-02-20 18:45:53 +01:00
parent a50a373e84
commit 5ed45634cb
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -254,9 +254,9 @@
},
"starlette": {
"hashes": [
"sha256:15bac6b30f8e8e5257ecbd85702f0b26d8e779e8534bdaa352e5d50a3205c367"
"sha256:8bc2e41f7638290379ae91450413796f92d6c97b88a6b754f3c1a7f8bc7a07d6"
],
"version": "==0.10.5"
"version": "==0.10.7"
},
"urllib3": {
"hashes": [
+1 -1
View File
@@ -22,7 +22,7 @@ if sys.argv[-1] == "publish":
sys.exit()
required = [
"starlette==0.10.5",
"starlette==0.10.*",
"uvicorn",
"aiofiles",
"pyyaml",