From 50b5eea59bd0bb2184fcdbf4423a86519a10b1a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 00:53:34 +0000 Subject: [PATCH] Bump marshmallow from 3.23.2 to 4.0.0 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.23.2 to 4.0.0. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.23.2...4.0.0) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- SecureEncoderFlask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SecureEncoderFlask/requirements.txt b/SecureEncoderFlask/requirements.txt index e282724..9e4e63e 100644 --- a/SecureEncoderFlask/requirements.txt +++ b/SecureEncoderFlask/requirements.txt @@ -5,7 +5,7 @@ Flask==3.1.0 Flask_Cors==5.0.0 flask_expects_json==1.7.0 flask_sqlalchemy==3.1.1 -marshmallow==3.23.2 +marshmallow==4.0.0 marshmallow_sqlalchemy==1.1.0 Faker==33.1.0 pytest==8.3.4