From d4fa7711e2c25449d0ca52e3f6b88059e21b929d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 03:51:55 +0000 Subject: [PATCH] Update marshmallow requirement from <4.0,>=3.0 to >=4.3.0,<5.0 Updates the requirements on [marshmallow](https://github.com/marshmallow-code/marshmallow) to permit the latest version. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.0.0...4.3.0) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 39f47394..0c897326 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ Flask-RESTful flask_cors Flask-SocketIO>=5.3,<6.0 gunicorn -marshmallow>=3.0,<4.0 +marshmallow>=4.3.0,<5.0 flask_marshmallow marshmallow_sqlalchemy flask_sqlalchemy