From 4cc69a7fc6ed17b69718fbcba26686d2516d9f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 01:23:17 +0000 Subject: [PATCH] chore(deps): bump pandas from 2.3.3 to 3.0.5 in /worker_plan Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.3.3 to 3.0.5. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.3.3...v3.0.5) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-major ... 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 510fcdc1..561abd8b 100644 --- a/worker_plan/pyproject.toml +++ b/worker_plan/pyproject.toml @@ -76,7 +76,7 @@ dependencies = [ "openai==2.43.0", "orjson==3.11.9", "packaging==26.2", - "pandas==2.3.3", + "pandas==3.0.5", "pillow==12.3.0", "propcache==0.4.1", "pydantic==2.13.4",