From 74b79120ba32b55fd8db27210c539ac58dc4ec92 Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Thu, 2 Sep 2021 14:48:48 +0200 Subject: [PATCH] [deps] starlette 0.16 --- Pipfile | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index f3d7049..97b1202 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ build = "*" [packages] click = ">=7.1,<8" -starlette = ">=0.15,<0.16" +starlette = ">=0.16,<0.17" uvicorn = ">=0.13,<1" orjson = ">=3.4.7,<4" pyjwt = ">=2.0.1,<3" diff --git a/setup.py b/setup.py index 9ea8de4..cbef4ad 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup( python_requires=">=3.8", install_requires=[ "PyJWT>=2.0.1", - "starlette>=0.15,<0.16", + "starlette>=0.16,<0.17", "click>=7.1,<8", "uvicorn>=0.13,<1", "orjson>=3.4.7,<4",