diff --git a/Pipfile b/Pipfile index ce842cc..dbd8700 100644 --- a/Pipfile +++ b/Pipfile @@ -17,7 +17,7 @@ httpx = "*" [packages] click = ">=7.1,<8" -starlette = ">=0.22,<0.23" +starlette = ">=0.23,<0.24" 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 6c78357..25df455 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "5818d15b464296607f94b91e3cd6bb4e65f6f57ca775e437617f0c3b1cf6ee78" + "sha256": "6d6f1c8ef59cdd627aad45dca178d112b02b529f11a2dcc3285f7ae0fea2de0d" }, "pipfile-spec": 6, "requires": {}, @@ -203,11 +203,11 @@ }, "starlette": { "hashes": [ - "sha256:b092cbc365bea34dd6840b42861bdabb2f507f8671e642e8272d2442e08ea4ff", - "sha256:b5eda991ad5f0ee5d8ce4c4540202a573bb6691ecd0c712262d0bc85cf8f2c50" + "sha256:8510e5b3d670326326c5c1d4cb657cc66832193fe5d5b7015a51c7b1e1b1bf42", + "sha256:ec69736c90be8dbfc6ec6800ba6feb79c8c44f9b1706c0b2bb27f936bcf362cc" ], "index": "pypi", - "version": "==0.22.0" + "version": "==0.23.1" }, "timing-asgi": { "hashes": [ diff --git a/setup.py b/setup.py index 154ed4a..29365e6 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.22,<0.23", + "starlette>=0.23,<0.24", "click>=7.1,<8", "uvicorn>=0.13,<1", "orjson>=3.4.7,<4",