From c3ff405c6b7593508e2567c316336bffd0b0191a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:33:28 +0000 Subject: [PATCH] build(deps): bump orjson from 3.11.4 to 3.11.6 Bumps [orjson](https://github.com/ijl/orjson) from 3.11.4 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.4...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 84b4c57..1897f17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -166,7 +166,7 @@ pre_commit==4.5.1 # Git Hooks # 其他工具 # ---------------------------------------------------------------------------- loguru==0.7.3 # 日志工具 -orjson==3.11.4 # 高性能 JSON +orjson==3.11.6 # 高性能 JSON rich==14.2.0 # 终端美化 grpcio==1.76.0 # gRPC torch==2.9.1 # PyTorch