From 212949e4d769066b7e2a3bf3500440eff4e6b805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 01:22:48 +0000 Subject: [PATCH] chore(deps): Bump orjson from 3.11.6 to 3.11.8 in /worker_plan Bumps [orjson](https://github.com/ijl/orjson) from 3.11.6 to 3.11.8. - [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.6...3.11.8) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- worker_plan/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker_plan/pyproject.toml b/worker_plan/pyproject.toml index 2e05f45f..e74b7fed 100644 --- a/worker_plan/pyproject.toml +++ b/worker_plan/pyproject.toml @@ -76,7 +76,7 @@ dependencies = [ "numpy==2.4.0", "ollama==0.6.1", "openai==2.14.0", - "orjson==3.11.6", + "orjson==3.11.8", "packaging==25.0", "pandas==2.3.3", "pillow==12.1.1",