From 10d5d84459c73cda1dc5e3d988cf1671a6e28abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 20:22:16 +0000 Subject: [PATCH] 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: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1c664ec..060a6fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -93,7 +93,7 @@ markupsafe==3.0.2 # flask # jinja2 # werkzeug -marshmallow==4.0.0 +marshmallow==4.1.2 # via # apiflask # flask-marshmallow