From bbaaca439a4068a6ec35aad9dca0d4f1f57e9578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 04:12:08 +0000 Subject: [PATCH] Bump orjson from 3.6.6 to 3.11.6 Bumps [orjson](https://github.com/ijl/orjson) from 3.6.6 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.6.6...3.11.6) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f6b7f7e..edd1f0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,6 +17,6 @@ pytest-benchmark==3.4.1 # Keep in sync with benchmarks/tablize.py versions pysimdjson==4.0.3 -orjson==3.6.6 +orjson==3.11.6 simplejson==3.17.6 ujson==5.1.0