From 765b8935d43b596c66f13dfc5e2e35f26e53ba86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 17:08:49 +0000 Subject: [PATCH] chore(deps): bump marshmallow from 3.26.2 to 4.3.1 in /worker_plan Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.26.2 to 4.3.1. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.26.2...4.3.1) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.3.1 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 784c955b..910e1eff 100644 --- a/worker_plan/pyproject.toml +++ b/worker_plan/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ "Markdown==3.10.3", "markdown-it-py==4.2.0", "MarkupSafe==3.0.3", - "marshmallow==3.26.2", + "marshmallow==4.3.1", "mdurl==0.1.2", # "mistralai==1.5.2", "multidict==6.7.1",