From 1f3ba57193e1025af086308394d03049282e1744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 00:43:30 +0000 Subject: [PATCH] Bump marshmallow-sqlalchemy from 1.1.0 to 1.4.0 Bumps [marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy) from 1.1.0 to 1.4.0. - [Changelog](https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow-sqlalchemy/compare/1.1.0...1.4.0) --- updated-dependencies: - dependency-name: marshmallow-sqlalchemy dependency-type: direct:production update-type: version-update:semver-minor ... 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..7e5a901 100644 --- a/SecureEncoderFlask/requirements.txt +++ b/SecureEncoderFlask/requirements.txt @@ -6,7 +6,7 @@ Flask_Cors==5.0.0 flask_expects_json==1.7.0 flask_sqlalchemy==3.1.1 marshmallow==3.23.2 -marshmallow_sqlalchemy==1.1.0 +marshmallow_sqlalchemy==1.4.0 Faker==33.1.0 pytest==8.3.4 pytest-cov==6.0.0