From 2668015ada30e9ae7a0ef7709a28fd5887b4945a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 10:47:36 +0000 Subject: [PATCH] Update marshmallow requirement from <4 to <5 in /server 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/0.1.0...4.0.0) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 4d0050b5..8f31a7f9 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -8,4 +8,4 @@ tornado-prometheus==0.1.2 bcrypt==4.3.0 anytree==2.13.0 alembic==1.15.2 -marshmallow<4 \ No newline at end of file +marshmallow<5 \ No newline at end of file