From b5a68ea522222fb7522a3cfe2843ed9d74838102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 00:04:12 +0000 Subject: [PATCH] Bump marshmallow from 3.20.1 to 3.20.2 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.20.1 to 3.20.2. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.20.1...3.20.2) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f4cf511f..af34cec9 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ "coverage==7.4.0", "werkzeug==3.0.1", "flask==3.0.0", - "marshmallow==3.20.1", + "marshmallow==3.20.2", "webargs==8.4.0", "apispec==6.3.1", "PyYAML==6.0.1",