From 50fc358f91f61962d9e8ec9e6ecd9534647b20c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 20:21:34 +0000 Subject: [PATCH] chore(deps): bump marshmallow from 4.0.0 to 4.1.2 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 4.0.0 to 4.1.2. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/4.0.0...4.1.2) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.1.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 fc7e101..056be04 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ # What packages are required for this module to be executed? REQUIRED = [ - "marshmallow>3, <=3.26.1", + "marshmallow>3, <=4.1.2", "requests>=2.20.0" ]