From 7df3c90ad27d88fe0ec35ee8cd7923339c9a5e87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 23:33:03 +0000 Subject: [PATCH] Update marshmallow requirement from <4.0,>=3.22 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.22.0...4.3.0) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.3.0 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 f28f090..934c1b6 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>=4.3.0,<5.0 flask-limiter>=3.8,<4.0 # Production server