From a1555ec48edf3de11ff1f60c66736425bc8019e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:12:24 +0000 Subject: [PATCH] chore(deps): update marshmallow-sqlalchemy requirement Updates the requirements on [marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy) to permit the latest version. - [Changelog](https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow-sqlalchemy/compare/0.12.0...1.4.2) --- updated-dependencies: - dependency-name: marshmallow-sqlalchemy dependency-version: 1.4.2 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 3b036f0..0bbb746 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -12,7 +12,7 @@ werkzeug>=0.15,<3.2 marshmallow>=2.13.5,<5 flask-marshmallow>=0.7,<1.4 -marshmallow-sqlalchemy>=0.12,<0.13 +marshmallow-sqlalchemy>=0.12,<1.5 webargs>=1.4.0,<9 apispec>=0.20.0,<6.9