From 588633672ef920caa12b479dee2be01d4bf04153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 20:25:01 +0000 Subject: [PATCH] build(deps): bump marshmallow in /server/workers/api Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.14.1 to 3.26.2. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/3.26.2/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.14.1...3.26.2) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 3.26.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/workers/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/workers/api/requirements.txt b/server/workers/api/requirements.txt index 125c4b9f2..6bb963f09 100644 --- a/server/workers/api/requirements.txt +++ b/server/workers/api/requirements.txt @@ -17,7 +17,7 @@ itsdangerous==2.1.2 Jinja2==3.1.2 jsonschema==3.2.0 MarkupSafe==2.1.3 -marshmallow==3.14.1 +marshmallow==3.26.2 mistune==2.0.5 numpy==1.24.4 packaging==21.3