From 48f3835e6df2c4595d643e268efd9424dd12c106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 15:53:39 +0000 Subject: [PATCH] Bump orjson from 3.9.5 to 3.9.7 (#324) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c97af05d..9de559da 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "structlog==23.1.0", "pyicu==2.11", "jellyfish==1.0.0", - "orjson==3.9.5", + "orjson==3.9.7", "text-unidecode==1.3", "click==8.1.6", "normality==2.4.0",