From a135f138b099fbb8c9eda913ab670ffcf87afcdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 16:27:24 +0000 Subject: [PATCH] Bump marshmallow from 3.21.1 to 3.21.2 in /src/presenters Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.21.1 to 3.21.2. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.21.1...3.21.2) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/presenters/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/presenters/requirements.txt b/src/presenters/requirements.txt index 9002bd4b2..8159b33c1 100644 --- a/src/presenters/requirements.txt +++ b/src/presenters/requirements.txt @@ -4,7 +4,7 @@ Flask-RESTful==0.3.10 gevent==24.2.1 gunicorn==22.0.0 Jinja2==3.1.4 -marshmallow==3.21.1 +marshmallow==3.21.2 marshmallow-enum==1.5.1 python-dotenv==1.0.1 weasyprint==62.1