From add5bea0089d7bbde77bd54831dd77d82e20ab9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 21:52:44 +0000 Subject: [PATCH] deps(py): bump orjson from 3.10.18 to 3.11.9 Bumps [orjson](https://github.com/ijl/orjson) from 3.10.18 to 3.11.9. - [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.10.18...3.11.9) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e537db7..1de8bd0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ pytest==8.4.2 pytest-asyncio==0.24.0 # Performance -orjson==3.10.18 +orjson==3.11.9 # CLI click==8.1.8