From 5ed45634cb6f8de2e0fd1c963e3f34dfd4128ddd Mon Sep 17 00:00:00 2001 From: taoufik07 Date: Wed, 20 Feb 2019 18:45:53 +0100 Subject: [PATCH] Pin starlette to 0.10.* and update the lock file --- Pipfile.lock | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 0b6c5ac..1a02ffe 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -254,9 +254,9 @@ }, "starlette": { "hashes": [ - "sha256:15bac6b30f8e8e5257ecbd85702f0b26d8e779e8534bdaa352e5d50a3205c367" + "sha256:8bc2e41f7638290379ae91450413796f92d6c97b88a6b754f3c1a7f8bc7a07d6" ], - "version": "==0.10.5" + "version": "==0.10.7" }, "urllib3": { "hashes": [ diff --git a/setup.py b/setup.py index 79515d5..c3a76bb 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ if sys.argv[-1] == "publish": sys.exit() required = [ - "starlette==0.10.5", + "starlette==0.10.*", "uvicorn", "aiofiles", "pyyaml",