From ff2e4e1a677abc2592684dba62fd2f58bfd291ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:49:43 +0000 Subject: [PATCH] chore(deps)(deps): 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 68036c6c0..fcc04cc68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ pytz==2025.2 langdetect==1.0.9 # JSON & Data Serialization -orjson==3.11.5 +orjson==3.11.6 # Vector Database & Embeddings # Note: Install torch CPU version separately to reduce build time