From a275e5ce9defa5eada4fe465bf295708d64d1872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 01:22:40 +0000 Subject: [PATCH] chore(deps): bump orjson from 3.11.8 to 3.11.9 in /worker_plan Bumps [orjson](https://github.com/ijl/orjson) from 3.11.8 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.11.8...3.11.9) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.9 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 f9380e0c..8c2609b6 100644 --- a/worker_plan/pyproject.toml +++ b/worker_plan/pyproject.toml @@ -75,7 +75,7 @@ dependencies = [ "numpy==2.4.6", "ollama==0.6.2", "openai==2.43.0", - "orjson==3.11.8", + "orjson==3.11.9", "packaging==26.2", "pandas==2.3.3", "pillow==12.2.0",