From 21b3193ff49e4773a236b1b65e4b46da6d4d8aef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:47:18 +0000 Subject: [PATCH] Bump orjson from 3.9.10 to 3.11.6 Bumps [orjson](https://github.com/ijl/orjson) from 3.9.10 to 3.11.6. - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.9.10...3.11.6) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4983a4bb..261b3103 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "structlog==23.2.0", "pyicu==2.12", "jellyfish==1.0.1", - "orjson==3.9.10", + "orjson==3.11.6", "text-unidecode==1.3", "click==8.1.6", "normality==2.5.0",