From 8c3f5b6a3d46b8553ad7bc99350c59134dd9fb6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 08:05:32 +0000 Subject: [PATCH] Update marshmallow requirement from <4.0,>=3.22 to >=3.22,<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.22.0...4.2.2) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d621c0b..af911a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ flask>=3.0,<4.0 sqlalchemy>=2.0,<3.0 python-dotenv>=1.0,<2.0 -marshmallow>=3.22,<4.0 +marshmallow>=3.22,<5.0 flask-limiter>=3.8,<4.0 # Production server