From a9aed8f0240dcc274a44b1b6196c2b6e6d3d21d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 05:33:45 +0000 Subject: [PATCH] Bump marshmallow from 3.20.2 to 3.21.0 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.20.2 to 3.21.0. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.20.2...3.21.0) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0da3b0a3..b9d74c2f 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ "bitmath==1.3.3.1", "certifi", "colorama==0.4.6", - "marshmallow==3.20.2", + "marshmallow==3.21.0", "pyyaml==6.0.1", "requests==2.31.0", "tabulate>=0.8,<1.0",