From 6ef999c3de5dec01570ce5c8a87ce54f3f2eced1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 21:10:58 +0000 Subject: [PATCH] Bump marshmallow from 3.4.0 to 3.26.2 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.4.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.4.0...3.26.2) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 3.26.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index feea42a..62af4e3 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ # What packages are required for this module to be executed? REQUIRED = [ - 'marshmallow==3.4.0', + 'marshmallow==3.26.2', 'xmltodict'] # What packages are optional?