From becb72cc1ab4cf4e711a5c2825f237511daad809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 20:30:47 +0000 Subject: [PATCH] Bump marshmallow in /utils/indigo-service/backend/service Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.19.0 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.19.0...3.26.2) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 3.26.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- utils/indigo-service/backend/service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/indigo-service/backend/service/requirements.txt b/utils/indigo-service/backend/service/requirements.txt index 0d2a131131..93966b04bd 100644 --- a/utils/indigo-service/backend/service/requirements.txt +++ b/utils/indigo-service/backend/service/requirements.txt @@ -4,7 +4,7 @@ flasgger==0.9.7.1 Flask==2.3.2 Flask-HTTPAuth==4.8.0 gunicorn==23.0.0 -marshmallow==3.19.0 +marshmallow==3.26.2 pyparsing==3.0.9 psycopg2-binary==2.9.6 redis==4.5.5