From 552f00a65b263e7255944088f7e9aec9e9943515 Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Sat, 14 Jan 2023 10:59:42 +0100 Subject: [PATCH] [deps] starlette 0.22 --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- setup.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 3e23324..ce842cc 100644 --- a/Pipfile +++ b/Pipfile @@ -17,7 +17,7 @@ httpx = "*" [packages] click = ">=7.1,<8" -starlette = ">=0.21,<0.22" +starlette = ">=0.22,<0.23" uvicorn = ">=0.13,<1" orjson = ">=3.4.7,<4" pyjwt = ">=2.4.0,<2.5.0" diff --git a/Pipfile.lock b/Pipfile.lock index e3a22e4..6c78357 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "584357758af4d99af6b110efbfa11112de7aeabaa0038fa7f0a443cf11414591" + "sha256": "5818d15b464296607f94b91e3cd6bb4e65f6f57ca775e437617f0c3b1cf6ee78" }, "pipfile-spec": 6, "requires": {}, @@ -203,11 +203,11 @@ }, "starlette": { "hashes": [ - "sha256:0efc058261bbcddeca93cad577efd36d0c8a317e44376bcfc0e097a2b3dc24a7", - "sha256:b1b52305ee8f7cfc48cde383496f7c11ab897cd7112b33d998b1317dc8ef9027" + "sha256:b092cbc365bea34dd6840b42861bdabb2f507f8671e642e8272d2442e08ea4ff", + "sha256:b5eda991ad5f0ee5d8ce4c4540202a573bb6691ecd0c712262d0bc85cf8f2c50" ], "index": "pypi", - "version": "==0.21.0" + "version": "==0.22.0" }, "timing-asgi": { "hashes": [ diff --git a/setup.py b/setup.py index 36ce928..154ed4a 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup( python_requires=">=3.8", install_requires=[ "PyJWT>=2.4.0,<2.5.0", - "starlette>=0.20,<0.21", + "starlette>=0.22,<0.23", "click>=7.1,<8", "uvicorn>=0.13,<1", "orjson>=3.4.7,<4",