From cc0566542b519e5430dec4921ff65db47f567a85 Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Sat, 14 Jan 2023 11:23:25 +0100 Subject: [PATCH] =?UTF-8?q?[deps]=C2=A0orjson=20bump=20version=203.8.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Pipfile | 2 +- Pipfile.lock | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile b/Pipfile index dbd8700..a578295 100644 --- a/Pipfile +++ b/Pipfile @@ -19,7 +19,7 @@ httpx = "*" click = ">=7.1,<8" starlette = ">=0.23,<0.24" uvicorn = ">=0.13,<1" -orjson = ">=3.4.7,<4" +orjson = ">=3.8.5,<4" pyjwt = ">=2.4.0,<2.5.0" pyyaml = ">=5.3.1,<6" timing-asgi = ">=0.2.1,<1" diff --git a/Pipfile.lock b/Pipfile.lock index 25df455..d527782 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "6d6f1c8ef59cdd627aad45dca178d112b02b529f11a2dcc3285f7ae0fea2de0d" + "sha256": "134712f7c1b0aa2c0a71f1f51d7bea167c649536e359bbbe53045bef32dcf5e6" }, "pipfile-spec": 6, "requires": {}, diff --git a/setup.py b/setup.py index 29365e6..340b0b1 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( "starlette>=0.23,<0.24", "click>=7.1,<8", "uvicorn>=0.13,<1", - "orjson>=3.4.7,<4", + "orjson>=3.8.5,<4", "pyyaml>=5.3.1,<6", "timing-asgi>=0.2.1,<1", "schema>=0.7.4,<1",