From 50b67e4a0222e060d5bacae5e2f4f3ceb499bfe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 21:02:48 +0000 Subject: [PATCH] Bump marshmallow from 3.26.1 to 3.26.2 in /http_service Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.26.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.26.1...3.26.2) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 3.26.2 dependency-type: direct:production ... 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 a0b9ade621..ad121d470e 100644 --- a/http_service/requirements.txt +++ b/http_service/requirements.txt @@ -6,7 +6,7 @@ flask-apispec==0.11.4 flask-cors==6.0.1 gunicorn==23.0.0 kombu==5.6.1 -marshmallow==3.26.1 +marshmallow==3.26.2 requests==2.32.5 rq==2.6.1 rq-dashboard==0.8.6