From 15278c0222d0ef140cb0def5a20ab9f48efbcfd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:43:25 +0000 Subject: [PATCH] chore(deps): update flask-marshmallow requirement Updates the requirements on [flask-marshmallow](https://github.com/marshmallow-code/flask-marshmallow) to permit the latest version. - [Release notes](https://github.com/marshmallow-code/flask-marshmallow/releases) - [Changelog](https://github.com/marshmallow-code/flask-marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/flask-marshmallow/compare/0.7.0...1.4.0) --- updated-dependencies: - dependency-name: flask-marshmallow dependency-version: 1.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index c05bc3f..8ce37ac 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -11,7 +11,7 @@ Alembic>=1.0,<2 werkzeug>=0.15,<3.2 marshmallow>=2.13.5,<5 -flask-marshmallow>=0.7,<1.4 +flask-marshmallow>=0.7,<1.5 marshmallow-sqlalchemy>=0.12,<0.13 webargs>=1.4.0,<9 apispec>=0.20.0,<6.9