From 08925a78a3869dc3751865b11ed9c8abbf662af6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 14:47:28 +0000 Subject: [PATCH] Bump orjson from 3.11.5 to 3.11.6 Bumps [orjson](https://github.com/ijl/orjson) from 3.11.5 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.11.5...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 bb19ebcd31..b79313b64c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ lottie[pdf]==0.7.2; python_version >= '3' motor==3.7.1; python_version >= '3.9' multidict==6.7.1; python_version >= '3.9' natural==0.2.0 -orjson==3.11.5; python_version >= '3.9' +orjson==3.11.6; python_version >= '3.9' packaging==23.2; python_version >= '3.7' parsedatetime==2.6 pillow==12.1.0; python_version >= '3.10'