From 5f87b3b918b1d597649c06f5af10005b1309b5c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 03:20:35 +0000 Subject: [PATCH] Bump marshmallow from 3.26.2 to 4.2.1 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.26.2 to 4.2.1. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.26.2...4.2.1) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- http_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_service/requirements.txt b/http_service/requirements.txt index 6f2d984c38..36a3a56896 100644 --- a/http_service/requirements.txt +++ b/http_service/requirements.txt @@ -6,7 +6,7 @@ flask-apispec==0.11.4 flask-cors==6.0.2 gunicorn==23.0.0 kombu==5.6.2 -marshmallow==3.26.2 +marshmallow==4.2.1 requests==2.32.5 rq==2.6.1 rq-dashboard==0.8.6